Software Development Network>> VS Express Editions>> Writing code in VB .net express edition
hi
you can use process start from system.diagnostics name space with the aplication name like "notepad.exe"
System.Diagnostics.
hope this helps
You can use a Try... Catch block to test for errors such as "file not found". See the following for an example:
http://msdn2.microsoft.com/en-us/library/ys1b32h3(VS.80).aspx
Hope this helps,
Steve Hoag
Visual Basic Express
Writing code in VB .net express edition
nihk
hi
you can use process start from system.diagnostics name space with the aplication name like "notepad.exe"
System.Diagnostics.
Process.Start("app.extention")hope this helps
Dave Collins
DarkDragon03
You can use a Try... Catch block to test for errors such as "file not found". See the following for an example:
http://msdn2.microsoft.com/en-us/library/ys1b32h3(VS.80).aspx
Hope this helps,
Steve Hoag
Visual Basic Express