Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Request: Need an app to bring other programs to the foreground

  1. #1
    Constant Bitrate
    Join Date
    Oct 2004
    Location
    East Sussex, England
    Posts
    141

    Request: Need an app to bring other programs to the foreground

    I'm looking for a program that I can run with a command line parameter which will bring any other running application to the foreground.

    For instance.. if I have proga.exe, progb.exe and progc.exe running I might want to bring progb.exe to the foreground.

    specialprogram.exe "progb"

    Does anyone know of such a program? Or could someone knock one up for me?!

  2. #2
    Maximum Bitrate grepzen's Avatar
    Join Date
    Jul 2004
    Location
    VaBch VA
    Posts
    575
    It will depend entirely on the nature of progb.exe and if it permits multiple instances of itself in memory. -- else we'd have to search for the particular PID and bring that to the foreground.. possible but difficult if you have more than one and you're picky 'bout which gets brought up front.

    If progb.exe only permits one instance of it's self, why not call it instead of specialprogram.exe ?
    •Micke

  3. #3
    Constant Bitrate
    Join Date
    Oct 2004
    Location
    East Sussex, England
    Posts
    141
    Well it would probably be Destinator. Which allows multiple instances. So I would need a particular instance brought back.

    Couldn't specialprogram.exe enumerate all the running process and then look for the closest match to the one specified in the command line parameter?!

    I don't do windows programming.. :-(

  4. #4
    MySQL Error MatrixPC's Avatar
    Join Date
    Sep 2003
    Location
    Beach City, Socal
    Posts
    4,053
    By your description, you want something like pressing ALT+TAB key. If so, look for "little task switcher" in the OS optimization forum.
    2004 Matrix XR A7N8X-VM/400 AMD XP-M 2500+, DS-ATX
    89 Supra Turbo P3 600E@750/Abit BE6 II, Alpine M-BUS Car2PC.
    Y2K Accord Dell GX150
    RoadRunner is the best FE PERIOD
    EmoRebellion is a SCAMMER

  5. #5
    Maximum Bitrate grepzen's Avatar
    Join Date
    Jul 2004
    Location
    VaBch VA
    Posts
    575
    some simple vb.script can do this via sendkeys but landing on 'progb.exe' may be a bit dodgy. http://msdn.microsoft.com/library/de...thsendkeys.asp
    •Micke

  6. #6
    Constant Bitrate
    Join Date
    Oct 2004
    Location
    East Sussex, England
    Posts
    141
    Quote Originally Posted by MatrixPC
    By your description, you want something like pressing ALT+TAB key. If so, look for "little task switcher" in the OS optimization forum.
    Nothing found!

  7. #7
    Constant Bitrate
    Join Date
    Oct 2004
    Location
    East Sussex, England
    Posts
    141

  8. #8
    Maximum Bitrate grepzen's Avatar
    Join Date
    Jul 2004
    Location
    VaBch VA
    Posts
    575
    that looks promising.
    •Micke

  9. #9
    Constant Bitrate
    Join Date
    Oct 2004
    Location
    East Sussex, England
    Posts
    141
    I wonder if I can maximise the app too...

  10. #10
    Constant Bitrate Ill1's Avatar
    Join Date
    Jun 2004
    Location
    Woodbridge, VA
    Posts
    118
    www.AutoHotkey.com

    You can do a lot of things with the scripts you write with this program.
    ________________
    ______ILL.1______

Page 1 of 2 12 LastLast

Similar Threads

  1. Switcher - A little button app to Alt-Tab between two programs.
    By LESLIEx317537 in forum Other Cool Stuff
    Replies: 30
    Last Post: 12-23-2004, 07:47 PM

Bookmarks

Posting Permissions

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