Menu

Version 1.29 released: Get type of GUI control and 2 other functions

Getting the type of a GUI control by its handle is something I wanted for ages. Now it's possible by the new _GUICtrlGetType() function. Also nice, a function which gets the window under the mouse pointer: _WindowUnderMouse(). And the _VersionHigher() function is handy for easy version checking.

Posted by Peter Verbeek 2024-09-30 Labels: type get control gui mouse window under version higher checking

Log in to post a comment.