dandono
Jun 26th, 2005, 04:29 AM
hi, i just found out how to do this my self and thought i should share it with the internet. I was reading a document about making screen savers with vb and found out how to use command line options.
msgbox "You used command " & Command$
so when you open the app and call the function then a message box will say "You used command " if you just opened the app or if you opened it with command /Blah then it will say "You used command /Blah"
msgbox "You used command " & Command$
so when you open the app and call the function then a message box will say "You used command " if you just opened the app or if you opened it with command /Blah then it will say "You used command /Blah"