Jump to content

Window on top


Recommended Posts

Hello there, I tried using the search function first but it kept giving me weird erros when I would search stuff like "allways on top".

So what I'm wonder is: Is there a way to make a window be "on top" of other windows all the time. So like you could set your IM to allways show above your Web Browser. Any answer would be helpful, and thank you.

Link to comment
Share on other sites

Hello there, I tried using the search function first but it kept giving me weird erros when I would search stuff like "allways on top".

So what I'm wonder is: Is there a way to make a window be "on top" of other windows all the time. So like you could set your IM to allways show above your Web Browser. Any answer would be helpful, and thank you.

the solution you're looking for is the extended window style $WS_EX_TOPMOST . one reason you're not getting proper results may be the way you're spelling always. not saying that to be critical, just an fyi...
Link to comment
Share on other sites

WinSetOnTop

--------------------------------------------------------------------------------

Change a window's "Always On Top" attribute.

WinSetOnTop ( "title", "text", flag )

Parameters

title The title of the window to affect.

text The text of the window to affect.

flag Determines whether the window should have the "TOPMOST" flag set.

1=set on top flag, 0 = remove on top flag

from help

8)

NEWHeader1.png

Link to comment
Share on other sites

WinSetOnTop

--------------------------------------------------------------------------------

Change a window's "Always On Top" attribute.

WinSetOnTop ( "title", "text", flag )

Parameters

title The title of the window to affect.

text The text of the window to affect.

flag Determines whether the window should have the "TOPMOST" flag set.

1=set on top flag, 0 = remove on top flag

from help

8)

cool, believe it or not (though i'm sure you will) i actually didn't know about that function, and was just thinking of the way to do it with a gui that he's creating
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...