how to start a process(windows) through coding in VB.Net2005

vb.net India
  • 14 years ago
    how to start a process(windows) through coding in VB.Net2005
  • 14 years ago

    I use Application.Run if I want to start some internal process, as form asw. If you need run externall app, use Shell($path), else, look over nmespaces threading and processing. More I can't say...

    Bye

  • 14 years ago

    Hi

    As per my knowledge

    You can also create one object of type as system.process.diagnostics then

    just start the process you want

    try it may it help you bye

    takecare

  • 13 years ago

    Hi

    code is

    to run notepad

    Process.Start("notepad.exe")

    and so on for any process

    only give path or exe name

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Better train people and risk they leave – than do nothing and risk they stay.” - Anonymous