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
 
 » Mademan 02:01
 » Martens 01:44
 » piszczyk 00:48
 » ReeX 00:36
 » wrrr 00:29
 » abes99 00:25
 » ManiusNG 00:22
 » ham_solo 00:11
 » Wedrowiec 00:10
 » Kenny 00:04
 » biEski 23:57
 » SebaSTS 23:44
 » Arlathan 23:33
 » Dexter 23:27
 » siwydym 23:26
 » Fl@sh 23:19
 » marcin502 23:16
 » patinka 23:16
 » Wolf 23:02
 » rainy 23:00

 Dzisiaj przeczytano
 4082 postów,
 wczoraj 30516

 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