EXE-Passed Parameters - When a program is executed, a line might of been added to the parameter. Th
EXE-Passed Parameters - When a program is executed, a line might of been added to the parameter. This code shows you how to find out what it
Rate EXE-Passed Parameters - When a program is executed, a line might of been added to the parameter. Th
(1(1 Vote))
You can right click on the EXE icon in my computer and create a shortcut. Then change the shortcut parameter, e.g. C:\PROGRAMS\PROJECT1.EXE HELLO or C:\PROGRAMS\PROJECT1.EXE -Game
' 1. Create a new project
' 2. Make a command button on the form
' 3. Copy the following code into the main form
' CODE
Private Sub Form_Load()
Command1.caption = "Click Me!"
If command$ <> " " Then
Msgbox Command$
End If
End Sub
Private sub Command1_Click()
If command$ <> " " Then
Msgbox Command$
End If
End Sub
EXE-Passed Parameters - When a program is executed, a line might of been added to the parameter. Th Comments
No comments yet — be the first to post one!
Post a Comment