Twoje PC  
Zarejestruj się na Twoje PC
TwojePC.pl | PC | Komputery, nowe technologie, recenzje, testy
B O A R D
   » Board
 » Zadaj pytanie
 » Archiwum
 » Szukaj
 » Stylizacja

 
M E N U
  0
 » Nowości
0
 » Archiwum
0
 » Recenzje / Testy
0
 » Board
0
 » Rejestracja
0
0
 
Szukaj @ TwojePC
 

w Newsach i na Boardzie
 
OBECNI NA TPC
 
 » RoBakk 08:27
 » Artaa 08:22
 » ZeXeL 08:19
 » Adamusss 08:17
 » Syzyf 08:03
 » Fl@sh 08:02
 » toledo 07:52
 » rbxxxx 07:50
 » mark_d 07:43
 » patinka 07:40
 » soyo 07:36
 » Promilus 07:35
 » Kelso1 07:32
 » Irix 07:26
 » Chrisu 07:21
 » NimnuL 07:09
 » hokr 06:53
 » matali 06:50
 » KHot 06:46
 » PeKa 06:24

 Dzisiaj przeczytano
 9857 postów,
 wczoraj 23266

 Szybkie ładowanie
 jest:
wyłączone.

 
ccc
TwojePC.pl © 2001 - 2024
A R C H I W A L N A   W I A D O M O Ś Ć
    

VB , Dymol 7/05/01 08:23
Jak napisać programa w VB, żeby mógł być uruchamiany z parametrami.

  1. Każdy.... , exmac 7/05/01 08:59
    ...program może być uruchamiany z parametrami. Problem, czy je odczytuje. Nie wiem jak to się robi w VB (a kto wie!!). Użyj funkcji API: GetCommandLine
    The GetCommandLine function returns a pointer to the command-line string for the current process.

    LPTSTR GetCommandLine(VOID)


    Parameters

    This function has no parameters.

    Return Values

    The return value is a pointer to the command-line string for the current process.

    Remarks

    Non-Unicode console processes written in C can use the argc and argv arguments to access the command-line arguments. The parameters of the command-line string, excluding the program name, are also available to such non-Unicode applications as a parameter of the WinMain function. The reason for the Unicode exclusion from these options is that WinMain, argc, and argv use the LPSTR data type for parameters, not the LPTSTR datatype.

    
All rights reserved ® Copyright and Design 2001-2024, TwojePC.PL