MYYM
Joined: 05 Apr 2005 Posts: 132
|
Posted: Fri Jun 03, 2005 3:58 am Post subject: Re: Update editbox |
|
|
| 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
|
|
|