Run windows app with parameters?????
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I want to write a Windows app in VB.NET which can be excuted by command like with parameters (Example: C:\abc.exe -id:[myvalue]). How to do? And how can use those parameters' value in my app? Thx a lot! I'm ... a fan of Manchester United a fan of Ozzy Osbourne a King of Nothing
-
I want to write a Windows app in VB.NET which can be excuted by command like with parameters (Example: C:\abc.exe -id:[myvalue]). How to do? And how can use those parameters' value in my app? Thx a lot! I'm ... a fan of Manchester United a fan of Ozzy Osbourne a King of Nothing
You might try taking a look at the CP article: http://www.codeproject.com/csharp/command_line.asp[^] It's in C# but should give you the idea and some background.