Preload args[] in VS.NET

J

jabailo

I have a console app that requires args[] from the command line.

How can I set up VS.NET so it will supply args[] to the application?
 
V

Victor Hadianto

Open "Solution Explorer". Right click on your project, select
Properties. Go to "Configuration Properties" -> Debugging. There's a
"Command Line Arguments" option there.

HTH,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top