Assuming tooltip is required, the following 6 results were found.
hovers over (within it's own GUI). No third-party component or dll needed, just a slight modification to the mousemove tooltip in the autohotkey manual. The following code is not the whole code or a working program but should demonstrate how to include...
set the background image DllCall("SystemParametersInfo", UInt, 0x14, UInt, 0, Str, DesktopBackgroundImage1, UInt, 1) ; Run tooltip messages SetTimer, UpdateMessage, 10000 GoSub, UpdateMessage ;...
some events to place on the calendar SELECT Room='TEST1', EventStart = '15:00:00', EventFinish='16:00:00', Status = '2', Tooltip='Some more details' UNION SELECT Room='TEST2', EventDate = '11:00:00', EventFinish='12:30:00', Status = '2', Tooltip='Some...
- [1.7.0] Map: offline redirects to help page - [1.7.0] Map: interface layout over map - [1.7.0] Map: latitude/longitude in tooltip data - [1.7.0] Map: default settings from profile file - [1.7.0] News: offline redirects to help page - [1.7.0] Hangar:...
Win32 Constantshttps://www.joellipman.com/articles/automation/autohotkey/win32-constants.html
TBSTYLE_CHECK) Const TBSTYLE_DROPDOWN = $0008 Const TBSTYLE_AUTOSIZE = $0010 Const TBSTYLE_NOPREFIX = $0020 Const TBSTYLE_TOOLTIPS = $0100 Const TBSTYLE_WRAPABLE = $0200 Const TBSTYLE_ALTDRAG = $0400 Const TBSTYLE_FLAT = $0800 Const TBSTYLE_LIST = $1000...
if not setup already ; -------------------------------------------------------------------------------------- ; Display Tooltip DisplayGUI: ; add menu Menu, FileMenu, Add, Select External File..., SelectExternal Menu, FileMenu, Add, Select Internal...