AutoHotkey Community

It is currently May 26th, 2012, 7:59 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: June 13th, 2008, 7:07 pm 
Offline

Joined: October 30th, 2007, 1:40 pm
Posts: 20
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 13th, 2008, 7:22 pm 
Offline

Joined: November 24th, 2005, 8:16 am
Posts: 851
Gui, Add, Text,, Last name:
Gui, Add, Edit, w100 vLastName,*

Read the help file for Gui Add for more options.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Leef_me, poserpro, sjc1000, Tilter_of_Windmills and 60 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group