Jump to content

Recommended Posts

Posted

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.

Posted

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...
Posted

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

Posted

Awesome you too, thanks very much ^^ And apollogies on my spelling : / It's gets pretty bad sometimes. And again, thank you for assisting in removing a little bit more of my noobness in Au3.

Posted

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
Posted

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

i just noticed him stating he wants his "IM" on top

8)

NEWHeader1.png

Posted

i just noticed him stating he wants his "IM" on top

8)

yes, i just assumed he was making his own instant messenger, and wanted to make sure the other person had to see what he sent them. B)

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
  • Recently Browsing   0 members

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