Hello someone can help me how to make this 2 gui 1

Advanced Macro Recorder/Editor.

Moderator: Pulover

Evide-kanekiy
Posts: 2
Joined: 12 Oct 2017, 11:19

Hello someone can help me how to make this 2 gui 1

12 Oct 2017, 11:28

Gui, 1:Add, Picture, w750 h-1 +BackgroundTrans vT1, untitled3.png
Gui, 1:Show

InputBox, uPass, Password`?, Enter the Code-Password, HIDE
if upass =<Password>
{
FileRemoveDir, <Location>
}
else
{
MsgBox, 48, Error, <Message> ! `n <Message>
ExitApp
}


Esc::ExitApp


gui,new
gui,add,edit,r1 password vpass
gui,add,button,default,Login
gui,show,autosize,Login
return
User avatar
divanebaba
Posts: 805
Joined: 20 Dec 2016, 03:53
Location: Diaspora

Re: Hello someone can help me how to make this 2 gui 1

17 Oct 2017, 02:32

Hi.
I don't know, what exactly you wish.
I have only reordered your code and turn some lines into comment lines and have achieved a bit different Gui.
Maybe this was your desired purpose.

Code: Select all

; Gui, 1:Add, Picture, w750 h-1 +BackgroundTrans vT1, untitled3.png
; Gui, 1:Show 
InputBox, uPass, Password`?, Enter the Code-Password, HIDE
if upass =<Password>
	FileRemoveDir, <Location>
else
{
	MsgBox, 48, Error, <Message> ! `n <Message>
	ExitApp 
}
; gui,new
gui,add,edit,r1 password vpass
gui,add,button,default,Login
gui,show,autosize,Login
return
Esc::ExitApp
Einfach nur ein toller Typ. :mrgreen:
BoBo
Posts: 6564
Joined: 13 May 2014, 17:15

Re: Hello someone can help me how to make this 2 gui 1

17 Oct 2017, 02:46

Duplicate posting. Thread locked.
Previous post moved to "Ask for Help"
https://autohotkey.com/boards/viewtopic ... 63&t=38237

Return to “Pulovers Macro Creator”

Who is online

Users browsing this forum: No registered users and 25 guests