Results 1 to 3 of 3

Thread: How To Call a Compile VB.NET Application

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2004
    Posts
    67

    How To Call a Compile VB.NET Application

    Hello EveryBody,

    Is there someone knows how to call a compiled VB.net application. I would like to create a Menu ( Main Program ) calling a separate compiled VB.Net Application.

    Thanks

  2. #2
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036

    Re: How To Call a Compile VB.NET Application

    Hi
    Try this
    VB Code:
    1. Process.Start("IExplore.exe", "www.northwindtraders.com")

    Regards
    Jorge
    "The dark side clouds everything. Impossible to see the future is."

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2004
    Posts
    67

    Re: How To Call a Compile VB.NET Application ( resolved )

    Thanks Asgorath

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width