Hi
I have a VB application and I want it to read a parameter from command line when starts. That is, in command line, if I type in:"AppName ParamValue...", the VB applciation should be able to get "ParamValue". Does anybody know how to do it?
Thanks a lot for any help.