Click here to Skip to main content
15,927,744 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: EXPAT! EXPAT! EXPAT! Pin
Nish Nishant12-Feb-02 13:03
sitebuilderNish Nishant12-Feb-02 13:03 
GeneralRe: EXPAT! EXPAT! EXPAT! Pin
Tim Smith12-Feb-02 14:09
Tim Smith12-Feb-02 14:09 
GeneralRe: EXPAT! EXPAT! EXPAT! Pin
Nish Nishant12-Feb-02 14:24
sitebuilderNish Nishant12-Feb-02 14:24 
GeneralRe: EXPAT! EXPAT! EXPAT! Pin
Tim Smith12-Feb-02 14:26
Tim Smith12-Feb-02 14:26 
GeneralRe: EXPAT! EXPAT! EXPAT! Pin
Nish Nishant12-Feb-02 14:31
sitebuilderNish Nishant12-Feb-02 14:31 
GeneralHeader control problems Pin
James Brown12-Feb-02 8:47
James Brown12-Feb-02 8:47 
GeneralRe: Header control problems Pin
Michael Dunn12-Feb-02 8:58
sitebuilderMichael Dunn12-Feb-02 8:58 
GeneralRe: Header control problems Pin
James Brown12-Feb-02 10:12
James Brown12-Feb-02 10:12 
Mike,
Thanks for the fast response.
Unfortunately, I still can't get it working..

I'm forwarding WM_SYSCOLORCHANGE and WM_SETTINGCHANGE
to the header control (checked with Spy again to make
sure it received them)..no luck I'm afraid.
The border colours (i.e. highlight and shadow) change
colour correctly, but the "face" part of the header
(i.e. the segments with the text on) do not...

Very strange!

Here's how I'm creating the header:

hwndHeader = CreateWindowEx(0, WC_HEADER, 0,
WS_VISIBLE|WS_CHILD|
HDS_BUTTONS | HDS_HORZ | CCS_TOP |
HDS_DRAGDROP |
HDS_FULLDRAG,
0,15,200,10,
hwndParent,
0,GetModuleHandle(0),0 );

Looks pretty normal to me..
There's got to be *some* way to do this!

James


http://www.catch22.uk.net

GeneraldirectX .exe size question Pin
Kuniva12-Feb-02 8:27
Kuniva12-Feb-02 8:27 
GeneralRe: directX .exe size question Pin
Carlos Antollini12-Feb-02 8:36
Carlos Antollini12-Feb-02 8:36 
GeneralRe: directX .exe size question Pin
Kuniva12-Feb-02 9:02
Kuniva12-Feb-02 9:02 
QuestionHow to Access in a managed C++ ArrayList? Pin
12-Feb-02 8:17
suss12-Feb-02 8:17 
GeneralCreating a New Document Pin
Jerry Wang12-Feb-02 7:46
Jerry Wang12-Feb-02 7:46 
GeneralRe: Creating a New Document Pin
alex.barylski12-Feb-02 9:10
alex.barylski12-Feb-02 9:10 
GeneralRe: Creating a New Document Pin
Roger Allen13-Feb-02 3:05
Roger Allen13-Feb-02 3:05 
QuestionHow to color the suqare box of a check button control Pin
Jyoti12-Feb-02 7:01
Jyoti12-Feb-02 7:01 
AnswerRe: How to color the suqare box of a check button control Pin
alex.barylski12-Feb-02 9:08
alex.barylski12-Feb-02 9:08 
GeneralRe: How to color the suqare box of a check button control Pin
Jyoti13-Feb-02 9:01
Jyoti13-Feb-02 9:01 
GeneralRe: How to color the suqare box of a check button control Pin
alex.barylski13-Feb-02 13:25
alex.barylski13-Feb-02 13:25 
QuestionBit-Shifting - What is it? Pin
User 665812-Feb-02 6:39
User 665812-Feb-02 6:39 
AnswerRe: Bit-Shifting - What is it? Pin
The other Chris Losinger12-Feb-02 6:51
The other Chris Losinger12-Feb-02 6:51 
AnswerRe: Bit-Shifting - What is it? Pin
Rick York12-Feb-02 6:52
mveRick York12-Feb-02 6:52 
AnswerRe: Bit-Shifting - What is it? Pin
User 665812-Feb-02 7:02
User 665812-Feb-02 7:02 
GeneralRe: Bit-Shifting - What is it? Pin
Joaquín M López Muñoz12-Feb-02 7:05
Joaquín M López Muñoz12-Feb-02 7:05 
GeneralRe: Bit-Shifting - What is it? Pin
Nemanja Trifunovic12-Feb-02 7:08
Nemanja Trifunovic12-Feb-02 7:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.