Thread: Always on top

  1. #1
    Registered User
    Join Date
    Feb 2005
    Posts
    22

    Always on top

    This sounds really dumb but I can't seem how to get a program to stay always on top.
    ...
    I know you're probably thinking I'm a complete idiot but just hear me out.

    I wrote a program that opens another program during initialization. I did not write the second program and have no access to its code. I want the second program to stay on top of the program I wrote.

    Is there a command that I can put in to initialize the second program as "always on top"?

    Assuming this is possible, I also would like the two windows to "stick together" when I move them.

    Is this a lost cause?

  2. #2
    Never Exist Hermitsky's Avatar
    Join Date
    Jul 2004
    Posts
    149
    if you are programming on windows, all you need to do is send some messages to os. you can get all the details on here

    blow me ... ...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to make opengl draw in lighter colors ?
    By jabka in forum Game Programming
    Replies: 2
    Last Post: 12-17-2007, 06:12 AM
  2. Button handler
    By Nephiroth in forum Windows Programming
    Replies: 8
    Last Post: 03-12-2006, 06:23 AM
  3. OpenGL, loading BMP Textures?
    By Zeusbwr in forum Game Programming
    Replies: 12
    Last Post: 12-09-2004, 05:16 PM
  4. Odd 3D Invis Objects?
    By Zeusbwr in forum Game Programming
    Replies: 4
    Last Post: 12-07-2004, 07:01 PM
  5. Stack functions as arrays instead of node pointers
    By sballew in forum C Programming
    Replies: 8
    Last Post: 12-04-2001, 11:13 AM