HELP !!! how to gui edit bot refrence it with %%%

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
gdgdgfdgfdgfvdgfdv

HELP !!! how to gui edit bot refrence it with %%%

09 May 2017, 05:22

HELP

how to have this edit box that users enter info:
Gui Add, Edit, x126 y24 w324 h22,
to send %what the user enterd in the edit box%
i know i am idiot btw
A_Birdi
Posts: 16
Joined: 30 Apr 2017, 08:07

Re: HELP !!! how to gui edit bot refrence it with %%%

09 May 2017, 09:05

Code: Select all

Gui Add, Edit, x126 y24 w324 h22 vS, 
Gui, Submit, nohide
MsgBox, %S%
Gui, Submit takes whatever the user inputs through your Gui element and places it into a variable if defined.
You can also use the g-label to define what happens on input on specific elements. I recommend checking them out further if you're interested in working with Gui.
sfrsrdsthdyffg

Re: HELP !!! how to gui edit bot refrence it with %%%

09 May 2017, 09:55

hey its shows the text that you put in code put when you cange it it dose not show this is what am testing it on

Gui Add, Edit, x210 y168 w120 h21 vA, text
Gui, Submit, nohide
Gui Show, w481 h381, Window

Gui Add, Button, x192 y232 w80 h23 gB, &OK
return
GuiEscape:
GuiClose:
ExitApp

B:
MsgBox, %A%
User avatar
theartofx
Posts: 15
Joined: 07 May 2017, 15:50

Re: HELP !!! how to gui edit bot refrence it with %%%

09 May 2017, 10:12

Add a GuiSubmit to the OK button prior to returning.

Code: Select all

B:
Gui,Submit,Nohide
MsgBox, %A%
frgtegtdgtdeg

Re: HELP !!! how to gui edit bot refrence it with %%%

09 May 2017, 10:41

Thanks now its working i added a gui to a comandline csgo report bot software i need no more help

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: mikeyww, mmflume, OrangeCat, ShatterCoder and 80 guests