 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Mountie
Joined: 30 Oct 2007 Posts: 13
|
Posted: Fri Jun 13, 2008 6:07 pm Post subject: difficulties using gui add edit |
|
|
I would like specfy a single character default value for a field, but
allow the input field to be 10 characters long when it displays.
When I use the code below I get the single charcter default value that is
specified, but the input field box is only one character long.
Gui, Add, Text,, Last name:
Gui, Add, Edit, vLastName,*
Thank you. |
|
| Back to top |
|
 |
Icarus
Joined: 24 Nov 2005 Posts: 507
|
Posted: Fri Jun 13, 2008 6:22 pm Post subject: |
|
|
Gui, Add, Text,, Last name:
Gui, Add, Edit, w100 vLastName,*
Read the help file for Gui Add for more options. |
|
| 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
|