Results 1 to 4 of 4

Thread: form on top?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2000
    Posts
    770

    form on top?

    I know how to make a form show over top of all other windows but how do i make it show over a game window? SetWindowPos() does not do this.

    Any ideas?

  2. #2
    Fanatic Member Mad Compie's Avatar
    Join Date
    Aug 2000
    Location
    Kuurne (Belgium)
    Posts
    553
    Perhaps the BringWindowToTop() or the SetForegroundWindow () API?

  3. #3
    Hyperactive Member
    Join Date
    Feb 2001
    Posts
    421
    Well it depends on the game but most big games use DirectX which means that there are surfaces in use... you cannot show a window over a DX surface. You can do something to make it look like it's bleeding through, but as soon as you click the program, the game window will minimize and your program will get focus.
    [vbcode]
    ' comment
    Rem remark
    [/vbcode]

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2000
    Posts
    770

    Thumbs up

    Oafo, yes that is exactly what i'm looking for! could you please give me some idea of how to do this? Thank you vary much

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