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
 
 » MARtiuS 14:17
 » Remek 14:14
 » bajbusek 14:13
 » tian 14:10
 » bmiluch 14:08
 » GULIwer 14:08
 » Kenny 14:02
 » resmedia 13:53
 » rainy 13:51
 » pawcio 13:50
 » DJopek 13:45
 » sofolok 13:32
 » Doczu 13:31
 » palioza 13:30
 » Miron 13:30
 » Matti 13:26
 » 5eba 13:25
 » okobar 13:25
 » pwil2 13:24
 » Guli 13:18

 Dzisiaj przeczytano
 23809 postów,
 wczoraj 27192

 Szybkie ładowanie
 jest:
włą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