Click here to Skip to main content
15,896,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can somebody help me? Pin
Karavaev Denis28-Nov-01 0:03
Karavaev Denis28-Nov-01 0:03 
GeneralRe: Can somebody help me? Pin
Nish Nishant28-Nov-01 0:25
sitebuilderNish Nishant28-Nov-01 0:25 
GeneralRe: Can somebody help me? Pin
Christian Graus28-Nov-01 1:47
protectorChristian Graus28-Nov-01 1:47 
GeneralRe: Can somebody help me? Pin
Christian Graus28-Nov-01 0:31
protectorChristian Graus28-Nov-01 0:31 
GeneralRe: Can somebody help me? Pin
Karavaev Denis28-Nov-01 1:04
Karavaev Denis28-Nov-01 1:04 
GeneralRe: Can somebody help me? Pin
Christian Graus28-Nov-01 1:48
protectorChristian Graus28-Nov-01 1:48 
QuestionIs it safe to handle window messages in a MFC window class derived class? Pin
Nish Nishant27-Nov-01 19:10
sitebuilderNish Nishant27-Nov-01 19:10 
AnswerRe: Is it safe to handle window messages in a MFC window class derived class? Pin
Oliver Anhuth28-Nov-01 0:38
Oliver Anhuth28-Nov-01 0:38 
In principle it should not interfere with MFC's message handling. But your message loop does not conform to the MFC standard. You would loose PreTranslateMessage and idle time processing (which updates menus and toolbars). Some MFC classes might stop working properly.

The msdn contains some articles how to write an MFC conformant message loop: Idle Loop Processing.

Another (maybe better) method is described in knowledge base article Q99999.

regards Oliver
GeneralRe: Is it safe to handle window messages in a MFC window class derived class? Pin
Nish Nishant28-Nov-01 4:50
sitebuilderNish Nishant28-Nov-01 4:50 
QuestionHow to handle Scroll Bar Poblems Pin
binnu27-Nov-01 18:39
binnu27-Nov-01 18:39 
QuestionHow to handle Scroll Bar Poblems Pin
binnu27-Nov-01 18:39
binnu27-Nov-01 18:39 
GeneralToolTips with variables Pin
Steve L.27-Nov-01 15:59
Steve L.27-Nov-01 15:59 
GeneralRe: ToolTips with variables Pin
Eugene Pustovoyt27-Nov-01 19:40
Eugene Pustovoyt27-Nov-01 19:40 
GeneralAlgorithm for Key Generator Pin
Sam C27-Nov-01 13:00
Sam C27-Nov-01 13:00 
GeneralDesktop patterns and wallpapers retrieval Pin
Benoit Legris27-Nov-01 11:01
Benoit Legris27-Nov-01 11:01 
GeneralRe: Desktop patterns and wallpapers retrieval Pin
Christian Graus27-Nov-01 16:50
protectorChristian Graus27-Nov-01 16:50 
GeneralRe: Desktop patterns and wallpapers retrieval Pin
Nish Nishant27-Nov-01 18:06
sitebuilderNish Nishant27-Nov-01 18:06 
GeneralFOUND :-) Re: Desktop patterns and wallpapers retrieval Pin
Nish Nishant27-Nov-01 18:40
sitebuilderNish Nishant27-Nov-01 18:40 
Generalwallpapers retrieval Pin
Nish Nishant27-Nov-01 18:54
sitebuilderNish Nishant27-Nov-01 18:54 
GeneralCTreeCtrl question Pin
Vu Nguyen27-Nov-01 10:37
Vu Nguyen27-Nov-01 10:37 
GeneralRe: CTreeCtrl question Pin
Brad Bruce27-Nov-01 11:51
Brad Bruce27-Nov-01 11:51 
GeneralRe: CTreeCtrl question Pin
Nish Nishant27-Nov-01 18:00
sitebuilderNish Nishant27-Nov-01 18:00 
GeneralReading Binary Files - file ptrs Pin
john john mackey27-Nov-01 9:44
john john mackey27-Nov-01 9:44 
GeneralRe: Reading Binary Files - file ptrs Pin
Chris Losinger27-Nov-01 9:58
professionalChris Losinger27-Nov-01 9:58 
GeneralRe: Reading Binary Files - file ptrs Pin
john john mackey27-Nov-01 10:01
john john mackey27-Nov-01 10:01 

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.