Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Robert Wishlaw <rwishlaw@sh...> - 2003-05-12 03:33:51
|
In commctrl.h both DTM_GETMCCOLOR and DTM_SETMCCOLOR are defined but the defines for the iColor values, used as the WPARAM arguments in the SendMessage, are not in commctrl.h. The defines, as they appear in the Microsoft commctrl.h header, are #define MCSC_BACKGROUND 0 // the background color (between months) #define MCSC_TEXT 1 // the dates #define MCSC_TITLEBK 2 // background of the title #define MCSC_TITLETEXT 3 #define MCSC_MONTHBK 4 // background within the month cal #define MCSC_TRAILINGTEXT 5 // the text color of header & trailing days Robert Wishlaw |
From: Earnie Boyd <earnie_boyd@ya...> - 2003-05-12 12:30:25
|
Thanks, now fixed in CVS and will be added to the next release. Earnie. Robert Wishlaw wrote: > In commctrl.h both DTM_GETMCCOLOR and DTM_SETMCCOLOR are defined but the defines for the iColor values, used as the WPARAM arguments > in the SendMessage, are not in commctrl.h. > > The defines, as they appear in the Microsoft commctrl.h header, are > > #define MCSC_BACKGROUND 0 // the background color (between months) > #define MCSC_TEXT 1 // the dates > #define MCSC_TITLEBK 2 // background of the title > #define MCSC_TITLETEXT 3 > #define MCSC_MONTHBK 4 // background within the month cal > #define MCSC_TRAILINGTEXT 5 // the text color of header & trailing days > > Robert Wishlaw > > > > > > > > ------------------------------------------------------- > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > The only event dedicated to issues related to Linux enterprise solutions > http://www.enterpriselinuxforum.com > > _______________________________________________ > MinGW-users mailing list > MinGW-users@... > > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users > |
From: Chris Hansen <popeofpop@so...> - 2003-05-12 20:54:28
|
Isn't it illegal just to copy the values from the Microsoft commctrl.h header? Chris > -----Original Message----- > From: mingw-users-admin@... > [mailto:mingw-users-admin@...]On Behalf Of Earnie Boyd > Sent: Monday, May 12, 2003 2:30 PM > To: Robert Wishlaw > Cc: mingw-users@... > Subject: Re: [Mingw-users] Calendar Control includes > > > Thanks, now fixed in CVS and will be added to the next release. > > Earnie. > > Robert Wishlaw wrote: > > In commctrl.h both DTM_GETMCCOLOR and DTM_SETMCCOLOR are > defined but the defines for the iColor values, used as the WPARAM > arguments > > in the SendMessage, are not in commctrl.h. > > > > The defines, as they appear in the Microsoft commctrl.h header, are > > > > #define MCSC_BACKGROUND 0 // the background color (between months) > > #define MCSC_TEXT 1 // the dates > > #define MCSC_TITLEBK 2 // background of the title > > #define MCSC_TITLETEXT 3 > > #define MCSC_MONTHBK 4 // background within the month cal > > #define MCSC_TRAILINGTEXT 5 // the text color of header & > trailing days > > > > Robert Wishlaw > > > > > > > > > > > > > > > > ------------------------------------------------------- > > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > > The only event dedicated to issues related to Linux enterprise solutions > > http://www.enterpriselinuxforum.com > > > > _______________________________________________ > > MinGW-users mailing list > > MinGW-users@... > > > > You may change your MinGW Account Options or unsubscribe at: > > https://lists.sourceforge.net/lists/listinfo/mingw-users > > > > > > ------------------------------------------------------- > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > The only event dedicated to issues related to Linux enterprise solutions > http://www.enterpriselinuxforum.com > > _______________________________________________ > MinGW-users mailing list > MinGW-users@... > > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users |
From: Earnie Boyd <earnie_boyd@ya...> - 2003-05-12 21:16:24
|
Yes. I missed/overlooked the reference to MSVC headers in Robert's post. However, I've found other references that help to define the constants so I will leave the change as is. Earnie. Chris Hansen wrote: > Isn't it illegal just to copy the values from the Microsoft commctrl.h > header? > > Chris > > >>-----Original Message----- >>From: mingw-users-admin@... >>[mailto:mingw-users-admin@...]On Behalf Of Earnie Boyd >>Sent: Monday, May 12, 2003 2:30 PM >>To: Robert Wishlaw >>Cc: mingw-users@... >>Subject: Re: [Mingw-users] Calendar Control includes >> >> >>Thanks, now fixed in CVS and will be added to the next release. >> >>Earnie. >> >>Robert Wishlaw wrote: >> >>>In commctrl.h both DTM_GETMCCOLOR and DTM_SETMCCOLOR are >> >>defined but the defines for the iColor values, used as the WPARAM >>arguments >> >>>in the SendMessage, are not in commctrl.h. >>> >>>The defines, as they appear in the Microsoft commctrl.h header, are >>> >>>#define MCSC_BACKGROUND 0 // the background color (between months) >>>#define MCSC_TEXT 1 // the dates >>>#define MCSC_TITLEBK 2 // background of the title >>>#define MCSC_TITLETEXT 3 >>>#define MCSC_MONTHBK 4 // background within the month cal >>>#define MCSC_TRAILINGTEXT 5 // the text color of header & >> >>trailing days >> >>>Robert Wishlaw >>> >>> >>> >>> >>> >>> >>> >>>------------------------------------------------------- >>>Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara >>>The only event dedicated to issues related to Linux enterprise solutions >>>www.enterpriselinuxforum.com >>> >>>_______________________________________________ >>>MinGW-users mailing list >>>MinGW-users@... >>> >>>You may change your MinGW Account Options or unsubscribe at: >>>https://lists.sourceforge.net/lists/listinfo/mingw-users >>> >> >> >> >>------------------------------------------------------- >>Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara >>The only event dedicated to issues related to Linux enterprise solutions >>www.enterpriselinuxforum.com >> >>_______________________________________________ >>MinGW-users mailing list >>MinGW-users@... >> >>You may change your MinGW Account Options or unsubscribe at: >>https://lists.sourceforge.net/lists/listinfo/mingw-users > > > > > ------------------------------------------------------- > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > The only event dedicated to issues related to Linux enterprise solutions > http://www.enterpriselinuxforum.com > > _______________________________________________ > MinGW-users mailing list > MinGW-users@... > > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users > |