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 

difficulties using gui add edit

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Mountie



Joined: 30 Oct 2007
Posts: 20

PostPosted: Fri Jun 13, 2008 6:07 pm    Post subject: difficulties using gui add edit Reply with quote

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
View user's profile Send private message
Icarus



Joined: 24 Nov 2005
Posts: 851

PostPosted: Fri Jun 13, 2008 6:22 pm    Post subject: Reply with quote

Gui, Add, Text,, Last name:
Gui, Add, Edit, w100 vLastName,*

Read the help file for Gui Add for more options.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
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