Quote Originally Posted by dunfiddlin View Post
Well, yes it will be empty if you just 'run the code'. They're called commandline arguments because they're part of a commandline. Run the compiled application from the Run dialog or Command prompt or a shortcut like so .....

C:\MyDir\MyApplication.exe Arg1 Arg2 Arg3

... and your listbox will have something to show.
ok. so I tried as you said.
I ran the app from "RUN", The list box contains whatever i wrote after [appname.exe]

I still don't get it, how does this relate to what I want to achieve?
I'm sorry, but I ain't that good at vb.net. am still learning and haven't yet discovered about command line arguements.