Pages

Search This Blog

Execute Windows Programs from VB.net




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


1 comment:

  1. Hi, Nice Execute Windows Program from VB.net.Thanks, its really helped me......

    -Aparna
    Theosoft

    ReplyDelete