Software Development Network>> Visual Basic>> Shell NotePad
Dim ps as System.Diagnostics.Process
You can also use Process.Start to open files in their native applications
ps = Process.Start("C:\test.text")
Shell NotePad
Rumen Yankov
Dim ps as System.Diagnostics.Process
You can also use Process.Start to open files in their native applications
ps = Process.Start("C:\test.text")