Page 1 of 1

SysDateTimePick32

Posted: Mon Jun 22, 2009 8:06 am
by marcushe
On our application ,there is a SysDateTimePick32 control . RxSpy can recognize the up/down button except the List ,List is identified as invalid ,i don't understand why it is invalid.
SysDateTimePick32 is as below

12:00 AM |uparrow
|downarrow
up/down arrows is valid , 12:00 AM is invalid.
I want to change time , what can i do?(Tab button can only jump onto 12. 00 & AM can't be focused)

Re: SysDateTimePick32

Posted: Mon Jun 22, 2009 9:26 am
by marcushe
OK ,i found a solution to solve ---use date ,time to modify system local time. although it is not the best implement.

Re: SysDateTimePick32

Posted: Mon Jun 22, 2009 12:41 pm
by Support Team
Is this a Windows Forms control or a Win32 control?
Usually, you can set the time on a DateTimePicker control by setting its window/control text, too.

Another way to click on a specific date in a DateTimePicker is to use the Imaging.Find method and supply a bitmap of the date to click.

Regards,
Alex
Ranorex Support Team