luvmachine 0 Report post Posted October 20, 2005 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. Share this post Link to post Share on other sites
seandisanti 1 Report post Posted October 20, 2005 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... 1100111 00001011101111 00011101101111 00010111100100 00001111110100 00110111110010 00101101111001 0011100i didn't make up this form of encryption, but i like it.credit to the lvl 6 challenge on arcanum.co.nz Share this post Link to post Share on other sites
Valuater 107 Report post Posted October 20, 2005 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) Share this post Link to post Share on other sites
luvmachine 0 Report post Posted October 20, 2005 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. Share this post Link to post Share on other sites
seandisanti 1 Report post Posted October 20, 2005 WinSetOnTop --------------------------------------------------------------------------------Change a window's "Always On Top" attribute.WinSetOnTop ( "title", "text", flag ) Parameterstitle 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 help8)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 1100111 00001011101111 00011101101111 00010111100100 00001111110100 00110111110010 00101101111001 0011100i didn't make up this form of encryption, but i like it.credit to the lvl 6 challenge on arcanum.co.nz Share this post Link to post Share on other sites
Valuater 107 Report post Posted October 20, 2005 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 creatingi just noticed him stating he wants his "IM" on top8) Share this post Link to post Share on other sites
seandisanti 1 Report post Posted October 20, 2005 i just noticed him stating he wants his "IM" on top8)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. 1100111 00001011101111 00011101101111 00010111100100 00001111110100 00110111110010 00101101111001 0011100i didn't make up this form of encryption, but i like it.credit to the lvl 6 challenge on arcanum.co.nz Share this post Link to post Share on other sites