Results 1 to 11 of 11

Thread: Program launcher help (again)

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2007
    Posts
    8

    Angry Program launcher help (again)

    Hi, I got my program launcher to start the applications i tell it to with this code:

    Code:
    Private Sub AntrixToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AntrixToolStripMenuItem.Click
            Dim strPath As String
            strPath = Application.StartupPath & "example.exe"
            Process.Start(strPath)
        End Sub
    But, the problem now, is when it launches the program it somehow interferes with the program doing anything. When i launch things through the program launcher they don't work, but when i launch them without it they run fine.

    Can anyone help? Thanks in advance

    using Visual basic 2005
    Last edited by jargs; Jun 21st, 2007 at 02:05 PM.

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