IonicWind Software

IWBasic => GUI Central => Topic started by: Earn on November 13, 2008, 09:13:49 AM

Title: DATETIMEPICK control.
Post by: Earn on November 13, 2008, 09:13:49 AM
Does anyone have an example in Ebasic using a "Date And Time Picker" control?  http://msdn.microsoft.com/en-us/library/bb761815(VS.85).aspx (http://msdn.microsoft.com/en-us/library/bb761815(VS.85).aspx)

I've tried creating an extended control using

CONTROLEX d1,"DATETIMEPICK_CLASS","",0,0,230,210,DTS_SHOWNONE,0,CalID which crashes

and

CONTROLEX d1,"SysDateTimePick32","",0,0,230,210,DTS_SHOWNONE,0,CalID  which does nothing.

Earn

Title: Re: DATETIMEPICK control.
Post by: Ionic Wind Support Team on November 13, 2008, 09:21:35 AM
It is available with Emergence, see the example program cp_demo.eba

Since version 1.63

Title: Re: DATETIMEPICK control.
Post by: Earn on November 13, 2008, 09:31:05 AM
Thanks Paul.

I'll take a look at that.

Earn