 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
noobatthis Guest
|
Posted: Sun Jul 06, 2008 5:17 pm Post subject: 2 inputboxes with a submit |
|
|
-------------------------------------------
| |
| |
| |
| ------------------------- |
| |input(with position1)| |
| ------------------------- |
| ------------------------- |
| |input(with position2)| |
| ------------------------- |
| ------------------------- |
| | SUBMIT | |
| ------------------------- |
| |
-------------------------------------------
How would i make this? lol
ty |
|
| Back to top |
|
 |
Guest
|
Posted: Sun Jul 06, 2008 5:18 pm Post subject: |
|
|
ah shit it messed up :/
well 2 inputboxs on the same gui
with a submit button  |
|
| Back to top |
|
 |
noobatthis Guest
|
Posted: Sun Jul 06, 2008 5:29 pm Post subject: |
|
|
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 |
|
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Sun Jul 06, 2008 7:46 pm Post subject: |
|
|
 |
|
| Back to top |
|
 |
PurloinedHeart
Joined: 04 Apr 2008 Posts: 114 Location: Canada
|
Posted: Mon Jul 07, 2008 2:26 am Post subject: |
|
|
You can use g-labels and variables
Eg..
| Code: |
Gui, Add, Button, gThisButtonWasPressed vButtonVariable, Button Text
Gui, Show
ThisbuttonWasPressed:
Msgbox, 42
|
|
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|