to be the answer.
Can somebody show me how to GET the displayed date INTO a STRING and how to
SET a date into the display FROM a STRING.
Code: Select all
OpenWindow(0,200,200,200,200,"test",#PB_Window_SystemMenu)
picker1=CreateWindowEx_(0,"SysDateTimePick32","",#WS_CHILD|#WS_VISIBLE|12+2,10,10,120,25,WindowID(0),0,GetModuleHandle_(0),0)
Repeat
EventID=WaitWindowEvent()
Until EventID=#PB_Event_CloseWindow
CloseWindow(0)