snurre Guest
|
Posted: Tue May 13, 2008 3:46 pm Post subject: Changing value for SysDateTimePick321 |
|
|
I have a DateTime control in a program that is not my script, so I can't use and GUI commands. Is there a way to change the text in a SysDateTimePick321 control other than the following?
| Code: | | ControlSend, SysDateTimePick321, %NewStart1%{RIGHT}%NewStart2%{RIGHT}%NewStart3%{RIGHT}%NewStart4%{RIGHT}%NewStart5%{RIGHT}%NewStart6%{RIGHT} |
The problem with this is that I haven't found a way to find the caret position, so any user input must be blocked :/
PS: ControlSetText doesn't work either, as far as I can tell for now |
|