Results 1 to 2 of 2

Thread: Force seperate application to foreground

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2007
    Posts
    50

    Force seperate application to foreground

    Hello all,
    How would I go about forcing a seperate application to the foreground? (Maybe using the window title?)

    I am unsure how todo this and would love your help.

    Thanks.

  2. #2
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: Force seperate application to foreground

    You'll need the name of your process, the .MainWindowHandle property when you actually declare a System.Diagnostics.Process object to wrap your process, and the SetForegroundWindow API.

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