Fun with DllCall in AutoHotkey
- Category: AutoHotkey
- Hits: 22962
The one to rule them all:
This is a function I pulled from the Autohotkey forums submitted by SKAN which lists all the functions for a specified Dynamic Link Library (DLL) along with an inputbox for convenience:
Mouseover Links in AutoHotkey
- Category: AutoHotkey
- Hits: 21508
How?
Alternative method of displaying Unicode in Autohotkey GUI
- Category: AutoHotkey
- Hits: 30952
msgbox % Chr(24) ; upwards arrow msgbox % Chr(25) ; downwards arrow, unstable
AutoHotkey Format Date and Format Seconds
- Category: AutoHotkey
- Hits: 21043
In it's straightforward form
FormatTime( TimeString, Format ) { FormatTime, FormattedTime , TimeString, %Format% return Formattedtime }
Functions to convert Hex 2 RGB and vice-versa
- Category: AutoHotkey
- Hits: 15713
- From Hexadecimal to RGB
- From RGB to Hexadecimal
- Check for a valid hexadecimal value
Win32 Constants
- Category: AutoHotkey
- Hits: 46018
Add Image Mouseover effect in AutoHotkey GUI
- Category: AutoHotkey
- Hits: 234648
Couldn't find this anywhere on the net and kinda needed it so am making a note of how to do it here.
The issue is that I wanted to make my autohotkey program change the image that the mouse 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.
On Gui Resize Event
- Category: AutoHotkey
- Hits: 12542
Thought I'd put this down as it took me ages to search the Internet for this solution. In the end, I found it hidden away in the Autohotkey help file and not under the gui events...
The issue here is if you want to do something when a user resizes your program.
If you search and search, you'll find that GuiClose responds to when you close the app, and GuiSize will run when you resize the app.
Page 2 of 4
Credit where Credit is Due:
Feel free to copy, redistribute and share this information. All that we ask is that you attribute credit and possibly even a link back to this website as it really helps in our search engine rankings.
Disclaimer: Please note that the information provided on this website is intended for informational purposes only and does not represent a warranty. The opinions expressed are those of the author only. We recommend testing any solutions in a development environment before implementing them in production. The articles are based on our good faith efforts and were current at the time of writing, reflecting our practical experience in a commercial setting.
Thank you for visiting and, as always, we hope this website was of some use to you!
Kind Regards,
Joel Lipman
www.joellipman.com
Latest Articles
Accreditation



Donate & Support


