Click here to Skip to main content
15,886,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Flickering problem in list control Pin
Richard MacCutchan5-Aug-11 3:38
mveRichard MacCutchan5-Aug-11 3:38 
AnswerRe: Flickering problem in list control Pin
Rolf Kristensen9-Aug-11 10:34
Rolf Kristensen9-Aug-11 10:34 
QuestionWDM kernel driver: ZwClose in timed procedure causes bluescreen Pin
J. Ruffing4-Aug-11 22:49
J. Ruffing4-Aug-11 22:49 
AnswerRe: WDM kernel driver: ZwClose in timed procedure causes bluescreen Pin
Ahmed Charfeddine8-Aug-11 0:24
Ahmed Charfeddine8-Aug-11 0:24 
QuestionWhat's the real difference between POPUP window and OVERLAPPED window Pin
Cold_Fearing_Bird3-Aug-11 23:50
Cold_Fearing_Bird3-Aug-11 23:50 
AnswerRe: What's the real difference between POPUP window and OVERLAPPED window Pin
Richard MacCutchan4-Aug-11 1:27
mveRichard MacCutchan4-Aug-11 1:27 
GeneralRe: What's the real difference between POPUP window and OVERLAPPED window Pin
Albert Holguin4-Aug-11 17:40
professionalAlbert Holguin4-Aug-11 17:40 
GeneralRe: What's the real difference between POPUP window and OVERLAPPED window Pin
Cold_Fearing_Bird4-Aug-11 21:42
Cold_Fearing_Bird4-Aug-11 21:42 
I have tested a lot. Turns out having the WS_POPUP(0x80000000) bit on doesn't mean adding a feature to a window,but means eliminating a feature from a window. That feature is the title bar. If missing WS_POPUP we normally have no way to create a window without caption bar,however POPUP window still can be forced to have title bar if combined with WS_CAPTION,that's it changes back to a OVERLAPPED window again.Popup window cannot be a child window too.I think overlapped window, popup window and child window are mutually exclusive, only because overlapped window is the value 0x0, so if we use WS_OVERLAPPED | WS_CHILD doesn't affect the success to creating the window.But the msdn says WS_OVERAPPED is a top-level window which means WS_OVERALPPED conceptually cannot be a child window too.
GeneralRe: What's the real difference between POPUP window and OVERLAPPED window Pin
Richard MacCutchan4-Aug-11 23:01
mveRichard MacCutchan4-Aug-11 23:01 
GeneralRe: What's the real difference between POPUP window and OVERLAPPED window Pin
Albert Holguin5-Aug-11 4:24
professionalAlbert Holguin5-Aug-11 4:24 
Questionproblem in writing a binary file using _tfopen_s function Pin
VCProgrammer3-Aug-11 20:48
VCProgrammer3-Aug-11 20:48 
AnswerRe: problem in writing a binary file using _tfopen_s function Pin
Code-o-mat3-Aug-11 21:04
Code-o-mat3-Aug-11 21:04 
RantRe: problem in writing a binary file using _tfopen_s function Pin
«_Superman_»4-Aug-11 3:41
professional«_Superman_»4-Aug-11 3:41 
Questionhandle fullscreen child view in c++ 2010? Pin
fracker_23213-Aug-11 20:46
fracker_23213-Aug-11 20:46 
AnswerRe: handle fullscreen child view in c++ 2010? Pin
Richard MacCutchan3-Aug-11 22:55
mveRichard MacCutchan3-Aug-11 22:55 
GeneralRe: handle fullscreen child view in c++ 2010? Pin
fracker_23214-Aug-11 1:28
fracker_23214-Aug-11 1:28 
AnswerRe: handle fullscreen child view in c++ 2010? Pin
Rolf Kristensen4-Aug-11 12:06
Rolf Kristensen4-Aug-11 12:06 
Questionpin_ptr on value struct is needed? [modified] Pin
Dusan Paulovic3-Aug-11 6:16
Dusan Paulovic3-Aug-11 6:16 
AnswerRe: pin_ptr on value struct is needed? Pin
Code-o-mat3-Aug-11 6:34
Code-o-mat3-Aug-11 6:34 
GeneralRe: pin_ptr on value struct is needed? Pin
Dusan Paulovic3-Aug-11 6:53
Dusan Paulovic3-Aug-11 6:53 
GeneralRe: pin_ptr on value struct is needed? Pin
Code-o-mat3-Aug-11 8:28
Code-o-mat3-Aug-11 8:28 
QuestionHow to get msn status Pin
Lighter Joul2-Aug-11 22:41
Lighter Joul2-Aug-11 22:41 
AnswerRe: How to get msn status Pin
Richard MacCutchan2-Aug-11 22:49
mveRichard MacCutchan2-Aug-11 22:49 
GeneralRe: How to get msn status Pin
Lighter Joul2-Aug-11 23:08
Lighter Joul2-Aug-11 23:08 
GeneralRe: How to get msn status Pin
Richard MacCutchan2-Aug-11 23:34
mveRichard MacCutchan2-Aug-11 23:34 

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.