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
 
 » Promilus 05:26
 » KHot 05:23
 » @GUTEK@ 05:23
 » madsheep 04:30
 » Wolf 04:05
 » pwil2 03:46
 » selves 02:38
 » Zbyszek.J 01:58
 » Paweł27 01:40

 Dzisiaj przeczytano
 7136 postów,
 wczoraj 29900

 Szybkie ładowanie
 jest:
włączone.

 
ccc
TwojePC.pl © 2001 - 2025
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-2025, TwojePC.PL