Click here to Skip to main content
15,903,856 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SetCursor Pin
Antti Keskinen31-Mar-04 3:23
Antti Keskinen31-Mar-04 3:23 
GeneralRe: SetCursor Pin
ns31-Mar-04 3:40
ns31-Mar-04 3:40 
GeneralRe: SetCursor Pin
ns31-Mar-04 4:05
ns31-Mar-04 4:05 
GeneralRe: SetCursor Pin
Antti Keskinen31-Mar-04 4:49
Antti Keskinen31-Mar-04 4:49 
GeneralRe: SetCursor Pin
ns31-Mar-04 8:51
ns31-Mar-04 8:51 
GeneralProblems with GetMsgProc & WH_GETMESSAGE using SetWindowsHookEx Pin
triptiarora31-Mar-04 1:57
triptiarora31-Mar-04 1:57 
GeneralMenu Bar Color Pin
olis31-Mar-04 0:57
olis31-Mar-04 0:57 
GeneralRe: Menu Bar Color Pin
ohadp31-Mar-04 2:13
ohadp31-Mar-04 2:13 
The Menu-Bar is part of the Window's Non-client-Area. Only the Window's Client-Area is affected by the color you specified in SetDialogBkColor.

Changing the menu-bar's color is not supported without some headache, which consists of taking-over OnNcPaint() and somehow clearing the meu-bar-area to your selected color...

I think there was a codeproject article that talked about a hacky way to do this, but I can't find it...

BEHATZLAHA
GeneralFile Property Pin
hb.sapto nugroho31-Mar-04 0:21
hb.sapto nugroho31-Mar-04 0:21 
GeneralRe: File Property Pin
David Crow31-Mar-04 2:07
David Crow31-Mar-04 2:07 
GeneralRe: File Property Pin
hb.sapto nugroho31-Mar-04 3:07
hb.sapto nugroho31-Mar-04 3:07 
GeneralRe: File Property Pin
David Crow31-Mar-04 3:46
David Crow31-Mar-04 3:46 
GeneralRe: File Property Pin
hb.sapto nugroho31-Mar-04 15:52
hb.sapto nugroho31-Mar-04 15:52 
GeneralRe: File Property Pin
David Crow1-Apr-04 3:12
David Crow1-Apr-04 3:12 
QuestionHow to take screenshots Pin
Anonymous30-Mar-04 23:24
Anonymous30-Mar-04 23:24 
AnswerRe: How to take screenshots Pin
Uwe Keim31-Mar-04 1:26
sitebuilderUwe Keim31-Mar-04 1:26 
GeneralRe: How to take screenshots Pin
Alexander M.,31-Mar-04 2:01
Alexander M.,31-Mar-04 2:01 
GeneralRe: How to take screenshots Pin
Prakash Nadar31-Mar-04 5:06
Prakash Nadar31-Mar-04 5:06 
GeneralRe: How to take screenshots Pin
Anonymous31-Mar-04 7:56
Anonymous31-Mar-04 7:56 
AnswerRe: How to take screenshots Pin
David Crow31-Mar-04 2:11
David Crow31-Mar-04 2:11 
GeneralRe: How to take screenshots Pin
Anonymous31-Mar-04 7:58
Anonymous31-Mar-04 7:58 
GeneralConvert C++ DLL to VB.net Help Pin
nelsonbd30-Mar-04 22:53
nelsonbd30-Mar-04 22:53 
GeneralRe: Convert C++ DLL to VB.net Help Pin
Antony M Kancidrowski31-Mar-04 0:38
Antony M Kancidrowski31-Mar-04 0:38 
GeneralRe: Convert C++ DLL to VB.net Help Pin
Alexander M.,31-Mar-04 2:04
Alexander M.,31-Mar-04 2:04 
GeneralRe: Convert C++ DLL to VB.net Help Pin
antlers31-Mar-04 6:54
antlers31-Mar-04 6:54 

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.