[AHKTuts] Adv - Ep4 - OnMessage [P2]

preview_player
Показать описание
This video covers the second part regarding the main aspects of the onMessage() function.

I explain how to use it, how do i get the information i need from msdn and the help file as well as how to use Winspector to monitor messages. I also touch the topic of the parameters passed to the function called by onMessage().
Рекомендации по теме
Комментарии
Автор

Very good tutorial sir, I am watching it in April 2021, The Pandemic term.

vikasasodariya
Автор

This was incredibly helpful! Thank you very much for taking the time to document OnMessage function!

joetazz
Автор

Thanks for this tutorial - I still use ahk and your lessons are really useful !

HuTrzy
Автор

That's cool stuff, and your efforts are much appreciated! Thanks for sharing it.

agn
Автор

Hello, I have a problem I have this simple command
^!x::
send ^c ^{tab} ^v ^+{tab}
return
and it does the most annoying thing, it copies, it switches the tab in the browser, it pastes, it switches back to the 1st tab, and then for some reason it scrolls down a bit. It's driving me insane, can you please help me ? there is no scroll in that command, and if I do it manually after that last ^+{tab} I'm just back to my 1st tab in the same spot on the page, like it should work, what to do ?

xSnakex
Автор

I just found out that if execute any of my scripts in a web browser that switch a tab, doesn't even have to switch back, when I do switch back to the previous tab, the page is scrolled down a bit. :( Is this a bug ? Currently running the latest version straight off the official site.

xSnakex