Results 1 to 3 of 3

Thread: is Always on Top? [resolved]

  1. #1

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088

    is Always on Top? [resolved]

    How can I check if a other application's window is set to be "Always on Top" or not? I guess I need to get the InsertAfter property but I have no idea how.
    Last edited by Fox; Nov 29th, 2004 at 03:09 AM.

  2. #2
    Software Eng. Megatron's Avatar
    Join Date
    Mar 1999
    Location
    Canada
    Posts
    11,287
    A top-most window has the WS_EX_TOPMOST extended style, so try calling GetWindowLong on this window, and checking for that extended style

  3. #3

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Thanks, that'll help

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