Tuesday, February 2, 2010

Running other application with VB.NET

When you develop application, perhaps you will need this code, this code will help you to run other application base on your application.

For example :
App_A.exe --->will run ---> Notepad.exe

you just need to add this code :
Shell("Notepad", AppWinStyle.NormalFocus)

Just try :D

No comments: