pass command line paramaters

vbuser1111
09-01-2003, 02:24 AM
How can I pass command line paramaters to a VB6 EXE Application.

gundavarapu
09-01-2003, 02:36 AM
Do you mean EXE application created using VB6? If yes, then

use Command or Command$ statements to get the commandline parameters

like


Sub Main()
msgbox command$
End Sub

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum