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
It is available with Emergence, see the example program cp_demo.eba
Since version 1.63
Thanks Paul.
I'll take a look at that.
Earn