AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

2 inputboxes with a submit

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
noobatthis
Guest





PostPosted: Sun Jul 06, 2008 5:17 pm    Post subject: 2 inputboxes with a submit Reply with quote

-------------------------------------------
| |
| |
| |
| ------------------------- |
| |input(with position1)| |
| ------------------------- |
| ------------------------- |
| |input(with position2)| |
| ------------------------- |
| ------------------------- |
| | SUBMIT | |
| ------------------------- |
| |
-------------------------------------------
How would i make this? lol
ty
Back to top
Guest






PostPosted: Sun Jul 06, 2008 5:18 pm    Post subject: Reply with quote

ah shit it messed up :/
well 2 inputboxs on the same gui
with a submit button Razz
Back to top
noobatthis
Guest





PostPosted: Sun Jul 06, 2008 5:29 pm    Post subject: Reply with quote

i want to put this
Code:
Gui, Add, Edit, x86 y147 w120 h20 , something1
Gui, Add, Edit, x86 y97 w120 h20 , something2
Gui, Add, Text, x86 y67 w100 h30 , type something
Gui, Add, Text, x86 y117 w120 h30 , type something
Gui, Add, ComboBox, x186 y187 w-120 h-282 , ComboBox
Gui, Add, Button, x86 y177 w120 h30 +Buttons, Submit

on this
Code:
{
Clipboard = %something1%
}

f12::
exitapp

f11::
{
loop %something2%
send {ctrl down}{v}{ctrl up}{Enter}
}

return
Code:
Back to top
n-l-i-d
Guest





PostPosted: Sun Jul 06, 2008 7:46 pm    Post subject: Reply with quote

Question
Back to top
PurloinedHeart



Joined: 04 Apr 2008
Posts: 114
Location: Canada

PostPosted: Mon Jul 07, 2008 2:26 am    Post subject: Reply with quote

You can use g-labels and variables

Eg..
Code:

Gui, Add, Button, gThisButtonWasPressed vButtonVariable, Button Text
Gui, Show

ThisbuttonWasPressed:
Msgbox, 42
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group