How Could I Get My Program That when I run it with -Cheat on the end to make it run SUB Programs?
Printable View
How Could I Get My Program That when I run it with -Cheat on the end to make it run SUB Programs?
In your Form_Load or Sub_Main (usually here, but not required), evaluate the Command$ variable for info
i.e:
just in case you neeeded an explanation ;)Code:Sub Main()
if Command$ = "/p" then call Password
etc...
End Sub
------------------
david
Teenage Programmer