Date and Time Picker Control
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have created ActiveX Microsoft Date and Time Picker Control resource: DIALOG_1 DIALOG DISCARDABLE 0, 0, 186, 90 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Dialog" FONT 8, "MS Sans Serif" BEGIN DEFPUSHBUTTON "OK",IDOK,114,55,50,14 PUSHBUTTON "Cancel",IDCANCEL,20,55,50,14 CONTROL "",IDC_DTPICKER1,"{20DD1B9E-87C4-11D1-8BE3-0000F8754DA1}", WS_TABSTOP,13,12,67,31 END But it don'tdisplay when i try activate it: DialogBox(hinstance, MAKEINTRESOURCE(DIALOG_1), hwnd, DlgProc); FreeProcInstance(lpproc);