Search found 43 matches: sysdatetimepick32

Return to advanced search

Re: CLASS modification

... https://learn.microsoft.com/en-us/windows/win32/controls/month-calendar-control-reference Datepicker is "SysDateTimePick32" https://learn.microsoft.com/en-us/windows/win32/controls/create-a-date-and-time-picker-control https://learn.microsoft.com/en-us/windows/win32/controls/date-and-time-picker-control-reference ...
by Silvio.Falconi
Wed May 24, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 3504

Re: CLASS modification

... https://learn.microsoft.com/en-us/windows/win32/controls/month-calendar-control-reference Datepicker is "SysDateTimePick32" https://learn.microsoft.com/en-us/windows/win32/controls/create-a-date-and-time-picker-control https://learn.microsoft.com/en-us/windows/win32/controls/date-and-time-picker-control-reference ...
by Jimmy
Wed May 24, 2023 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 3504

Re: DTPICKER show 1 Year

hi Silvio,

thx for Answer

ok, got it : wrong Control :roll:
instead of DTPICKER (SysDateTimePick32) i have to use CALENDAR (SysMonthCal32)

but i got a Problem with CALENDAR : NO Events :shock:

ACTION and DblClick seems not to work in Sample
c:\fwh\samples\testcal.prg
by Jimmy
Wed May 10, 2023 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER show 1 Year
Replies: 5
Views: 372

Re: DIALOG NOCAPTION no funciona con XIMAGE

... 115, 100, 14 CONTROL "", 108, "Edit", ES_AUTOHSCROLL|WS_BORDER|WS_TABSTOP, 1, 149, 100, 14 CONTROL "", 109, "SysDateTimePick32", WS_TABSTOP, 108, 149, 96, 14 CONTROL "", 110, "Edit", ES_AUTOHSCROLL|WS_BORDER|WS_TABSTOP, 215, 149, 67, ...
by Willi Quintana
Wed Oct 12, 2022 1:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIALOG NOCAPTION no funciona con XIMAGE
Replies: 17
Views: 2449

Re: ResEdit y Borland 7.4

... #endif #ifndef MONTHCAL_CLASS #define MONTHCAL_CLASS "SysMonthCal32" #endif #ifndef DATETIMEPICK_CLASS #define DATETIMEPICK_CLASS "SysDateTimePick32" #endif #ifndef VOS__WINDOWS32 #define VOS__WINDOWS32 0x00000004L #endif #ifndef VFT_APP #define VFT_APP 0x00000001L #endif #ifndef ...
by carlos vargas
Mon May 18, 2020 6:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit y Borland 7.4
Replies: 15
Views: 3379

Re: ResEdit y Borland 7.4

... #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
by Rick Lipkin
Fri May 15, 2020 9:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit y Borland 7.4
Replies: 15
Views: 3379

Re: Problem with datepick

... 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). ...
by nageswaragunupudi
Wed Mar 11, 2020 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick
Replies: 13
Views: 3372

DTPICKER & FONT

... 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
by reds
Tue Jul 23, 2019 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER & FONT
Replies: 2
Views: 550

Re: boton en validar fecha.

... 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.
by jvtecheto
Fri May 24, 2019 7:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: boton en validar fecha.
Replies: 3
Views: 584

Re: boton en validar fecha.

... oGet:lClosed .AND. oGet:lFocused, oGet:PostMsg( WM_KEYDOWN, VK_RIGHT ),) }  en archivo de recursos defines como "SysDateTimePick32" resultado: http://i68.tinypic.com/ogg9xe.jpg Saludos
by armando.lagunas
Thu May 23, 2019 7:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: boton en validar fecha.
Replies: 3
Views: 584

Re: Editor de Recursos 32 bits , cual es mejor?

... #endif #ifndef MONTHCAL_CLASS #define MONTHCAL_CLASS "SysMonthCal32" #endif #ifndef DATETIMEPICK_CLASS #define DATETIMEPICK_CLASS "SysDateTimePick32" #endif #ifndef VOS__WINDOWS32 #define VOS__WINDOWS32 0x00000004L #endif #ifndef VFT_APP #define VFT_APP 0x00000001L #endif #ifndef ...
by Compuin
Sat Apr 13, 2019 9:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editor de Recursos 32 bits , cual es mejor?
Replies: 13
Views: 3752

Re: Editor de Recursos 32 bits , cual es mejor?

... #endif #ifndef MONTHCAL_CLASS #define MONTHCAL_CLASS "SysMonthCal32" #endif #ifndef DATETIMEPICK_CLASS #define DATETIMEPICK_CLASS "SysDateTimePick32" #endif #ifndef VOS__WINDOWS32 #define VOS__WINDOWS32 0x00000004L #endif #ifndef VFT_APP #define VFT_APP 0x00000001L #endif #ifndef ...
by carlos vargas
Fri Apr 12, 2019 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editor de Recursos 32 bits , cual es mejor?
Replies: 13
Views: 3752

Re: Ayuda con Pelles

... #endif #ifndef MONTHCAL_CLASS #define MONTHCAL_CLASS "SysMonthCal32" #endif #ifndef DATETIMEPICK_CLASS #define DATETIMEPICK_CLASS "SysDateTimePick32" #endif #ifndef VOS__WINDOWS32 #define VOS__WINDOWS32 0x00000004L #endif #ifndef VFT_APP #define VFT_APP 0x00000001L #endif #ifndef ...
by carlos vargas
Wed Jan 16, 2019 2:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Pelles
Replies: 8
Views: 1702

Re: Ayuda con Pelles

... #endif #ifndef MONTHCAL_CLASS #define MONTHCAL_CLASS "SysMonthCal32" #endif #ifndef DATETIMEPICK_CLASS #define DATETIMEPICK_CLASS "SysDateTimePick32" #endif #ifndef VOS__WINDOWS32 #define VOS__WINDOWS32 0x00000004L #endif #ifndef VFT_APP #define VFT_APP 0x00000001L #endif #ifndef ...
by carlos vargas
Tue Jan 15, 2019 4:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Pelles
Replies: 8
Views: 1702

Re: Dialog controls are flickering when resized..

... 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 ...
by fraxzi
Wed Jun 20, 2018 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog controls are flickering when resized..
Replies: 34
Views: 10480
Next

Return to advanced search