I think adding an an image to a button is often helpful.
any plans for adding this feature?
button including an image
Re: button including an image
There are existing user-created functions available to do this. See https://autohotkey.com/boards/viewtopic ... 390#p11390
I agree that it would be great to have this feature available, however Lexikos doesn't care to be bothered with requests that can be easily solved using additional functions.
Use Google to search the forums. You'll usually find answers to many of your requests.
I agree that it would be great to have this feature available, however Lexikos doesn't care to be bothered with requests that can be easily solved using additional functions.
Use Google to search the forums. You'll usually find answers to many of your requests.
Re: button including an image
I was thinking about having this feature natively build in, without work-arounds, external functions, dependencies, etc. something working right out of the box.
This is the "Wish List" section, where else do think I should post my enhancement request?
This is the "Wish List" section, where else do think I should post my enhancement request?
Re: button including an image
You could code it yourself and make a PR on GitHub.
Recommends AHK Studio
Re: button including an image
is this what you're looking for?
Re: button including an image
Yeah, I've already found something like this to download from another user, but it would definitely be great if it was officially endorsed. I mean, today, which program doesn't have small icons like that in order to highlight their text? Hell, some even get rid of the TEXT before getting rid of the image.
Re: button including an image
use picture as button
Code: Select all
F1=C:\test.jpg
Gui Add, Picture, gA1 w100 h-1 +0x4000000,%f1%
Gui, Show,, My GUI
return
A1:
Gui,1:submit,nohide
msgbox,Clicked %f1%
; do something
return
guiclose:
exitapp
Who is online
Users browsing this forum: No registered users and 25 guests