Click here to Skip to main content
16,005,181 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PropSheet/PropPage question Pin
work_to_live18-Feb-03 10:31
work_to_live18-Feb-03 10:31 
Questionhelp! Bitmaps in top level Menus? Pin
brigham_young18-Feb-03 7:03
brigham_young18-Feb-03 7:03 
AnswerRe: help! Bitmaps in top level Menus? Pin
Ken Mazaika18-Feb-03 7:09
Ken Mazaika18-Feb-03 7:09 
GeneralCompiler Issue Pin
Ken Mazaika18-Feb-03 6:39
Ken Mazaika18-Feb-03 6:39 
GeneralRe: Compiler Issue Pin
Navin18-Feb-03 6:50
Navin18-Feb-03 6:50 
GeneralRe: Compiler Issue Pin
Ken Mazaika18-Feb-03 6:54
Ken Mazaika18-Feb-03 6:54 
GeneralRe: Compiler Issue Pin
Ken Mazaika18-Feb-03 7:50
Ken Mazaika18-Feb-03 7:50 
GeneralStop statusbar from being painted over Pin
tilli again18-Feb-03 5:46
susstilli again18-Feb-03 5:46 
Hey everyone!

I'm currently working on my C++ Win32 API wrapper class. There are certain things I have to take care of myself (even though in many cases I'm pretty unsure why after all), like proper sizing of the statusbar. I have a class for the statusbar, and it installs a hook into the WM_SIZE message so it resizes itself once the parent window receives a WM_SIZE message. I didn't get SetWindowPos to work in the sizing handler of the Statusbar, so I use ResizeWindow (Don't have it hand right now, but I think that was the function). Now, if I have another control in the window and parts of that control hide under the status bar, that works fine. But once I click on (or even move over) that control, it paints the hidden parts of itself over the statsbar - NOT good-looking! So, my question is, what do I need to do to prevent the status bar from being drawn over? Are there any flags I have to set during initialization? Or is there anything special I have to consider for the child controls? Any help would be greatly appreciated!

tilli
GeneralContext sensitive help for a CWnd Pin
Chad Scates18-Feb-03 5:46
Chad Scates18-Feb-03 5:46 
GeneralRe: Context sensitive help for a CWnd Pin
Roger Allen18-Feb-03 6:35
Roger Allen18-Feb-03 6:35 
GeneralRe: Context sensitive help for a CWnd Pin
Chad Scates18-Feb-03 11:43
Chad Scates18-Feb-03 11:43 
Generalemail Pin
Anonymous18-Feb-03 5:42
Anonymous18-Feb-03 5:42 
GeneralRe: email Pin
Chris Richardson18-Feb-03 6:32
Chris Richardson18-Feb-03 6:32 
GeneralRe: email Pin
Anonymous18-Feb-03 23:13
Anonymous18-Feb-03 23:13 
GeneralRe: email Pin
Anonymous18-Feb-03 23:58
Anonymous18-Feb-03 23:58 
GeneralRe: email Pin
Chris Richardson19-Feb-03 8:06
Chris Richardson19-Feb-03 8:06 
GeneralRe: email Pin
Anonymous19-Feb-03 21:59
Anonymous19-Feb-03 21:59 
GeneralButton and static text Pin
act_x18-Feb-03 5:33
act_x18-Feb-03 5:33 
GeneralRe: Button and static text Pin
João Paulo Figueira18-Feb-03 5:37
professionalJoão Paulo Figueira18-Feb-03 5:37 
GeneralRe: Button and static text Pin
act_x18-Feb-03 5:53
act_x18-Feb-03 5:53 
GeneralRe: Button and static text Pin
Steve S18-Feb-03 6:31
Steve S18-Feb-03 6:31 
GeneralEnvironment configuration Pin
NGS 54967218-Feb-03 4:53
NGS 54967218-Feb-03 4:53 
GeneralRe: Environment configuration Pin
Rage18-Feb-03 5:08
professionalRage18-Feb-03 5:08 
GeneralRe: Environment configuration Pin
Chris Richardson18-Feb-03 6:34
Chris Richardson18-Feb-03 6:34 
GeneralComboBox in Win98 Pin
Dudi Avramov18-Feb-03 4:52
Dudi Avramov18-Feb-03 4:52 

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.