B
Brad Pears
I want to pass an integer customer# into my vb app from the command line
when I run it... something like this....
c:\program files\Myapp\myvbapp.exe 100
So in the case above, when my applciation "myvbapp.exe" runs, I want to read
in the integer parameter 100 (cust#) and use that value in my code to
load up the appropriate data for cust# 100.
How can this be accomplished in vb.net 2005??
Thanks, Brad
when I run it... something like this....
c:\program files\Myapp\myvbapp.exe 100
So in the case above, when my applciation "myvbapp.exe" runs, I want to read
in the integer parameter 100 (cust#) and use that value in my code to
load up the appropriate data for cust# 100.
How can this be accomplished in vb.net 2005??
Thanks, Brad