Click here to Skip to main content
15,890,412 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to get OSVersion (C/C++ Non-.Net) Pin
Spacedmc10-Dec-08 8:31
Spacedmc10-Dec-08 8:31 
AnswerRe: How to get OSVersion (C/C++ Non-.Net) Pin
Jijo.Raj10-Dec-08 10:03
Jijo.Raj10-Dec-08 10:03 
QuestionSpeed problem with MDI Pin
Laan8210-Dec-08 7:19
Laan8210-Dec-08 7:19 
QuestionRe: Speed problem with MDI Pin
Mark Salsbery10-Dec-08 8:27
Mark Salsbery10-Dec-08 8:27 
AnswerRe: Speed problem with MDI Pin
led mike10-Dec-08 8:31
led mike10-Dec-08 8:31 
AnswerRe: Speed problem with MDI Pin
bob1697210-Dec-08 10:44
bob1697210-Dec-08 10:44 
AnswerRe: Speed problem with MDI Pin
bob1697210-Dec-08 10:47
bob1697210-Dec-08 10:47 
AnswerRe: Speed problem with MDI Pin
Laan8211-Dec-08 0:08
Laan8211-Dec-08 0:08 
Thank you all for your help. Excuse me If I don't reply before but my pc crush in the last night. For the offscreen drawing I'm also now using it. But I have a doubt... In same part of my application I draw some of the object that I initialize (CLine,CRectangle and other object that I have created with their own Draw method) without use the offscreen buffer tecnique. How Can I use the offscreen buffer without use the OnDraw method? In other word how can I paint in some location of my code without use the central OnDraw method using double buffering? Another problem happens when I call InvalidateRect this function seems to be very very slow how could I replace It? Another question is: Will the program be faster if I use an SDI interface(I create an MDI application but now I have understood that I don't really need it)? Al least for multithreading I'm now using only two thread, the secondary thread is a working thread made in the "old way" (I have made a new class in order to make an efficient thread) and this thread doesn't interfere with the draw.
Questionabout size of file Pin
indiraagandhi10-Dec-08 7:04
indiraagandhi10-Dec-08 7:04 
AnswerRe: about size of file Pin
David Crow10-Dec-08 7:39
David Crow10-Dec-08 7:39 
QuestionRe: about size of file Pin
CPallini10-Dec-08 7:59
mveCPallini10-Dec-08 7:59 
AnswerRe: about size of file Pin
indiraagandhi11-Dec-08 6:08
indiraagandhi11-Dec-08 6:08 
AnswerRe: about size of file Pin
Jijo.Raj10-Dec-08 8:20
Jijo.Raj10-Dec-08 8:20 
QuestionHow to modify Global System Menu? Pin
Jijo.Raj10-Dec-08 5:02
Jijo.Raj10-Dec-08 5:02 
JokeRe: How to modify Global System Menu? Pin
CPallini10-Dec-08 5:57
mveCPallini10-Dec-08 5:57 
JokeRe: How to modify Global System Menu? Pin
Jijo.Raj10-Dec-08 6:19
Jijo.Raj10-Dec-08 6:19 
GeneralRe: How to modify Global System Menu? Pin
CPallini10-Dec-08 7:57
mveCPallini10-Dec-08 7:57 
GeneralRe: How to modify Global System Menu? Pin
Jijo.Raj10-Dec-08 8:23
Jijo.Raj10-Dec-08 8:23 
GeneralRe: How to modify Global System Menu? Pin
Hamid_RT10-Dec-08 20:09
Hamid_RT10-Dec-08 20:09 
AnswerRe: How to modify Global System Menu? Pin
Sarath C10-Dec-08 6:00
Sarath C10-Dec-08 6:00 
GeneralRe: How to modify Global System Menu? Pin
Jijo.Raj10-Dec-08 6:32
Jijo.Raj10-Dec-08 6:32 
AnswerRe: How to modify Global System Menu? Pin
SandipG 10-Dec-08 19:40
SandipG 10-Dec-08 19:40 
GeneralRe: How to modify Global System Menu? Pin
Jijo.Raj10-Dec-08 22:11
Jijo.Raj10-Dec-08 22:11 
AnswerRe: How to modify Global System Menu? Pin
Malli_S10-Dec-08 20:02
Malli_S10-Dec-08 20:02 
GeneralRe: How to modify Global System Menu? Pin
Jijo.Raj10-Dec-08 22:02
Jijo.Raj10-Dec-08 22:02 

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.