help gui automation

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
bittencourt318
Posts: 85
Joined: 16 Apr 2020, 10:57

help gui automation

01 Aug 2021, 18:50

could someone help me make this gui that when I changed in the gui change the script and how I could do it
this photo explains more the less oq need if someone could make an exmplo I would be very grateful
Design sem nome.png
Design sem nome.png (434.83 KiB) Viewed 187 times
User avatar
Hellbent
Posts: 2109
Joined: 23 Sep 2017, 13:34

Re: help gui automation

01 Aug 2021, 19:06

Code: Select all

#SingleInstance, Force

FolderPath := "c:\...\"


Gui, Add, DDL, vPic1 ,Item 1|Item 2
Gui, Add, Button, gStart, Go
Gui, Show,
return
GuiClose:
	ExitApp


Start:
	Gui, Submit, NoHide
	ImageSearch,,,,,, % FolderPath Pic1 ".png" 
	return
HTH

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: wpulford and 405 guests