help with commands creation gui

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
ibieel
Posts: 216
Joined: 17 Oct 2021, 23:30

help with commands creation gui

17 Oct 2022, 01:44

hey guys, could you explain to me how these works: "section", "xs", "x", "xm", "ys"
what positions does each represent?
Are there more commands from other positions?
where can i read more about it?

Code:

Code: Select all

	Gui, Edit_ListView:New
	Gui, Edit_ListView:+AlwaysOnTop
	Gui, Add, Text, section xm h20, Step: 1
	Gui, Add, Text, section xs h20, Action:
	Gui, Add, Text, xs h20, Delay:
	Gui, Add, Text, xs h20, Others:
	Gui, Add, Edit, section ys w280 h18 vEdit_Action, ACTION
	Gui, Add, Edit, section xs w280 h18 vEdit_Delay, DELAY
	Gui, Add, Edit, section xs w280 h18 vEdit_Others, OTHERS
	Gui, Add, Button, section xs , OK
	Gui, Add, Button, ys , Cancel
	Gui, Show
User avatar
ibieel
Posts: 216
Joined: 17 Oct 2021, 23:30

Re: help with commands creation gui

18 Oct 2022, 13:30

could you send me a code with a gui using these other commands?
thanks

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], sergows and 178 guests