I have a sample code to read the arguments of applications using Visual Basic 6.0.
Private Sub Form_Load()
Dim Argument as String
Argument = Command$
End Sub
How to implement the code in visual c++ 6.0? Please help me :)
I have a sample code to read the arguments of applications using Visual Basic 6.0.
Private Sub Form_Load()
Dim Argument as String
Argument = Command$
End Sub
How to implement the code in visual c++ 6.0? Please help me :)