A step by step tutorial teaching you how to create your own chat client and chat server easily in C#, for local networks or the Internet.
A C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.
This tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS service type.
Creating a Rich Text Editor using JavaScript is easier to do than you might think, thanks to the support of modern browsers; this tutorial will walk you through it.
How can I pass command line arguments while debugging within Visual Studio .NET? |
On Saturday, May 14th 2005 at 03:35 AM By Andrew Pociu (View Profile) ![]() ![]() ![]() ![]() (Rated 5 with 6 votes) |
||
|
Advertisement
From the Project menu choose Properties. Navigate to Configuration Properties and to Debugging. Now you can see the Command Line Arguments field in the right pane, as in the image below: |
|||
Digg It!
Del.icio.us
Reddit
StumbleIt
Newsvine
Furl
BlinkList
|
|||
|
|||
Current CommentsWell that's great! What if you just want to launch the stupid MS program like Windows Media Player (WMP) from a DOS Command Line and have it load and play a netstream like www.XXX/stream. How do you do that?
Microsoft won't tell!
That was Fantastic. Thank you a lot
Thankz alot... works perfectly
niiiiice...thank tou!!!
Great Article.
I found a version on how to do this in Visual studio 2005 at http://www.xhydra.com/dotnet/passing-command-line-arguments-in-c.html
It does not work for published application
VERY IMPORTANT!
In order for this to work, you must set the project you want to run as the startup project!
Thank you :)
Thank you so much! I was tearing my hair out searching MSDN. Guess I should have just gone to Google from the outset :P
Related Knowledge Base Articles
Related Source Code
Related Tutorials
.NET Framework Job Search