SysDateTimePick32

Ask general questions here.
marcushe
Posts: 112
Joined: Tue Apr 14, 2009 6:38 am

SysDateTimePick32

Post by marcushe » Mon Jun 22, 2009 8:06 am

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)

marcushe
Posts: 112
Joined: Tue Apr 14, 2009 6:38 am

Re: SysDateTimePick32

Post by marcushe » Mon Jun 22, 2009 9:26 am

OK ,i found a solution to solve ---use date ,time to modify system local time. although it is not the best implement.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: SysDateTimePick32

Post by Support Team » Mon Jun 22, 2009 12:41 pm

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