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 

Update editbox

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



Joined: 22 Jul 2004
Posts: 194
Location: cedar city UT

PostPosted: Fri Jun 03, 2005 1:46 am    Post subject: Update editbox Reply with quote

Hi all
would there be a way to update a editbox without useing the reload command ?
thank you
michael
_________________
^sleepy^
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
MYYM



Joined: 05 Apr 2005
Posts: 132

PostPosted: Fri Jun 03, 2005 3:58 am    Post subject: Re: Update editbox Reply with quote

sleepyy35 wrote:
would there be a way to update a editbox without useing the reload command ?
Code:
Gui, Add, Edit, Ved, %A_space% Press Update Button to change this text..!
Gui, Add, Button,  , &Update
Gui show, , Test
return

ButtonUpdate:
Guicontrol,,ed,Text Changed..!at:  %A_hour%:%A_min%:%A_sec%
return

GuiClose:
ExitApp
return
Back to top
View user's profile Send private message Visit poster's website
Guest






PostPosted: Fri Jun 03, 2005 4:35 am    Post subject: Reply with quote

thanks for the example Laughing
Back to top
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