Getting the active gadget

BlitzPlus Forums/BlitzPlus Programming/Getting the active gadget

Senzak(Posted 2005) [#1]
Is there any way to get the currently active gadget?


Kev(Posted 2005) [#2]
you could queryobject to get the hwnd pointer and check it with the hwnd pointer returned from api GetActiveWindow()

GetActiveWindow() can be found in user32.dll