Christian BeachChristian BeachExecuting an external program in a .NET Windows App- June 24, 2004 I've in the past never really had a need, nor am I sure I will in the future, but I came across a command for both C and VB.NET that allows you to run an external program, such as calc.exe, from a .NET windows app.The syntax is as follows:System.Diagnostics.Process.Start(FileName,Command Arguments)For example:System.Diagnostics.Process.Start("calc.exe")http://www.christianbeach.com/?item=42 (Untitled)- June 8, 2004 Welcome to my website. I have added a photos section and most recently a section for .NET programming tips, mainly for my own use to track programming methods, tips and tricks that I come across for future use. I've also decided there really isn't any relevant news to post on my website and so rather than have it become the all too common 'News from Last Year' section I decided to just remove the News section of my site.My site uses a valid rss feed for all of it's...http://www.christianbeach.com/?item=1 |