Always on top message

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
netadmingr
Posts: 2
Joined: 12 Sep 2016, 09:16

Always on top message

07 Dec 2018, 05:30

Hi, i try to make an alert message to show on top of all other but when i play games like LOL the message goes behind, i searched in the forum without any luck.
Thanks.
hymal7
Posts: 66
Joined: 14 Sep 2016, 05:37

Re: Always on top message

07 Dec 2018, 08:59

MsgBox, 4096, Your title, your message text ;shows OK button where option = 0+4096 = 4096
MsgBox, 4100, Your title, your message text ;shows Yes/No button where option = 4 + 4096 = 4100

https://autohotkey.com/docs/commands/MsgBox.htm
netadmingr
Posts: 2
Joined: 12 Sep 2016, 09:16

Re: Always on top message

09 Dec 2018, 05:27

Thanks for the reply but this is not always on top, i want to show message from scheduler when they play a game to show the message on top.
Thanks
User avatar
SL5
Posts: 879
Joined: 12 May 2015, 02:10
Contact:

Re: Always on top message

09 Dec 2018, 11:46

I do not know if it's even possible.
You might even try to pop up a message box every five seconds, during you play.
as the first prototype if you could notice that while playing .

Code: Select all

SetTimer ;  Causes a subroutine to be launched automatically and repeatedly at a specified time interval.
netadmingr wrote:
09 Dec 2018, 05:27
Thanks for the reply but this is not always on top, i want to show message from scheduler when they play a game to show the message on top.
Thanks

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: aitaixy, Nerafius, RandomBoy and 195 guests