... #endif #ifndef MONTHCAL_CLASS #define MONTHCAL_CLASS "SysMonthCal32" #endif #ifndef DATETIMEPICK_CLASS #define DATETIMEPICK_CLASS "SysDateTimePick32" #endif %RESOURCES% This template works for me ... Rick Lipkin
... examples are wonderful, I learn a lot from you. Greetings. Regards, saludos. FWH provides TDatePick and TTimePick classes based on Windows "SysDateTimePick32" control (commands in dtpicker.ch) and TCalendar class based on Windows sister control "SysMonthCal32" (calendar.ch). ...
... though on my program the NoDate checkbox has resized but hasn't on the datetime.prg I've set both lines in resource files to the same "SysDateTimePick32", DTS_SHOWNONE|WS_TABSTOP Thanks Peter
... Pero ahora estoy utilizando un recurso .res y utilizo Pelles C. ¿En este Editor debes de crearte un custom control y en el nombre colocarle el SysDateTimePick32 sin la T delante ? Saludos.
... property in .RC (except for the GROUP Object, which has to be really transparent) The only control objects flickering now are GROUP and SysDateTimePick32 :P :P :P As for your question #2, I have been experiencing the flickering ever since when now I realized removing the STYLE clause ...