Module FunProgram Sub Main() 'executes/open any program which is given under quotes 'you can run each process or can run a list of processess System.Diagnostics.Process.Start("notepad.exe") System.Diagnostics.Process.Start("www.kodderkiddie.blogspot.in") End Sub End Module
Hi, Nice Execute Windows Program from VB.net.Thanks, its really helped me......
ReplyDelete-Aparna
Theosoft