Click here to Skip to main content
15,891,473 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to paint the window when some other window over it? [modified] Pin
whiteclouds14-Nov-07 15:53
whiteclouds14-Nov-07 15:53 
AnswerRe: How to paint the window when some other window over it? Pin
Llasus14-Nov-07 17:52
Llasus14-Nov-07 17:52 
GeneralRe: How to paint the window when some other window over it? Pin
whiteclouds14-Nov-07 18:16
whiteclouds14-Nov-07 18:16 
GeneralRe: How to paint the window when some other window over it? Pin
Llasus14-Nov-07 18:39
Llasus14-Nov-07 18:39 
GeneralRe: How to paint the window when some other window over it? Pin
whiteclouds14-Nov-07 19:01
whiteclouds14-Nov-07 19:01 
GeneralRe: How to paint the window when some other window over it? Pin
Llasus14-Nov-07 19:07
Llasus14-Nov-07 19:07 
GeneralRe: How to paint the window when some other window over it? Pin
whiteclouds14-Nov-07 19:42
whiteclouds14-Nov-07 19:42 
AnswerRe: How to paint the window when some other window over it? Pin
Nelek14-Nov-07 20:14
protectorNelek14-Nov-07 20:14 
If you are coding in MFC, you can use the pDoc->UpdateAllViews (NULL) as well. If the code in your main view is in the OnDraw () this command will update it, doesn't matters where in the Z-Order is.

Greetings.

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

Help me to understand what I'm saying, and I'll explain it better to you

“The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

Wink | ;)

QuestionHow to run command line from MFC program? Pin
TooShy2Talk14-Nov-07 13:56
TooShy2Talk14-Nov-07 13:56 
AnswerRe: How to run command line from MFC program? Pin
Chris Losinger14-Nov-07 14:03
professionalChris Losinger14-Nov-07 14:03 
AnswerRe: How to run command line from MFC program? Pin
Signal-914-Nov-07 16:55
Signal-914-Nov-07 16:55 
Question[Message Deleted] Pin
Felipe Toledo G Oliveira14-Nov-07 9:18
Felipe Toledo G Oliveira14-Nov-07 9:18 
AnswerRe: STL Templates and Polymorphism Pin
Nemanja Trifunovic14-Nov-07 9:59
Nemanja Trifunovic14-Nov-07 9:59 
GeneralRe: STL Templates and Polymorphism Pin
Nemanja Trifunovic14-Nov-07 10:02
Nemanja Trifunovic14-Nov-07 10:02 
GeneralRe: STL Templates and Polymorphism Pin
Jörgen Sigvardsson14-Nov-07 11:10
Jörgen Sigvardsson14-Nov-07 11:10 
AnswerRe: STL Templates and Polymorphism Pin
Mark Salsbery14-Nov-07 10:01
Mark Salsbery14-Nov-07 10:01 
GeneralRe: STL Templates and Polymorphism [modified] Pin
led mike14-Nov-07 10:47
led mike14-Nov-07 10:47 
GeneralRe: STL Templates and Polymorphism Pin
Mark Salsbery14-Nov-07 11:17
Mark Salsbery14-Nov-07 11:17 
GeneralRe: STL Templates and Polymorphism Pin
led mike14-Nov-07 11:46
led mike14-Nov-07 11:46 
GeneralRe: STL Templates and Polymorphism Pin
Mark Salsbery14-Nov-07 12:10
Mark Salsbery14-Nov-07 12:10 
AnswerRe: STL Templates and Polymorphism Pin
Stephen Hewitt14-Nov-07 13:19
Stephen Hewitt14-Nov-07 13:19 
QuestionTCP client/server data exchange Pin
bigdenny20014-Nov-07 9:00
bigdenny20014-Nov-07 9:00 
AnswerRe: TCP client/server data exchange Pin
Mark Salsbery14-Nov-07 9:19
Mark Salsbery14-Nov-07 9:19 
GeneralRe: TCP client/server data exchange Pin
bigdenny20014-Nov-07 10:09
bigdenny20014-Nov-07 10:09 
GeneralRe: TCP client/server data exchange Pin
Mark Salsbery14-Nov-07 10:11
Mark Salsbery14-Nov-07 10:11 

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.