Click here to Skip to main content
15,898,036 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: List of processes (Save My Day #1) Pin
Gert Boddaert8-Nov-01 21:48
Gert Boddaert8-Nov-01 21:48 
GeneralRe: List of processes (Save My Day #1) Pin
Sardaukar8-Nov-01 21:58
Sardaukar8-Nov-01 21:58 
GeneralRe: List of processes (Save My Day #1) Pin
moliate8-Nov-01 23:17
moliate8-Nov-01 23:17 
GeneralRe: List of processes (Save My Day #1) Pin
Tomasz Sowinski8-Nov-01 23:46
Tomasz Sowinski8-Nov-01 23:46 
GeneralRe: List of processes (Save My Day #1) Pin
moliate9-Nov-01 5:14
moliate9-Nov-01 5:14 
GeneralRe: List of processes (Save My Day #1) Pin
peterchen27-Nov-01 8:23
peterchen27-Nov-01 8:23 
GeneralPLZ! Help this MFC newbie! Drawing a dragging rectangle; my code doesn't work :-( Pin
8-Nov-01 4:55
suss8-Nov-01 4:55 
GeneralRe: PLZ! Help this MFC newbie! Drawing a dragging rectangle; my code doesn't work :-( Pin
Chris Losinger8-Nov-01 4:59
professionalChris Losinger8-Nov-01 4:59 
you are probably overwriting the rectangle in your OnDraw call. in general, you should try to handle all drawing from your OnDraw. every other function should just Invalidate the parts of the view that it wants redrawn. there are execptions to this rule, of course; but this is a good way to start.

-c



POKE 808,234

GeneralRe: PLZ! Help this MFC newbie! Drawing a dragging rectangle; my code doesn't work :-( Pin
8-Nov-01 20:51
suss8-Nov-01 20:51 
GeneralRe: PLZ! Help this MFC newbie! Drawing a dragging rectangle; my code doesn't work :-( Pin
8-Nov-01 8:25
suss8-Nov-01 8:25 
GeneralOperator Pin
The_Server8-Nov-01 4:48
The_Server8-Nov-01 4:48 
GeneralRe: Operator Pin
Chris Losinger8-Nov-01 4:55
professionalChris Losinger8-Nov-01 4:55 
GeneralRe: Operator Pin
Michael P Butler8-Nov-01 4:56
Michael P Butler8-Nov-01 4:56 
GeneralRe: Operator Pin
Michael Dunn8-Nov-01 9:12
sitebuilderMichael Dunn8-Nov-01 9:12 
GeneralHelp... Pin
sardinka8-Nov-01 4:15
sardinka8-Nov-01 4:15 
GeneralRe: Help... Pin
#realJSOP8-Nov-01 4:47
professional#realJSOP8-Nov-01 4:47 
GeneralRe: Help... Pin
sardinka8-Nov-01 9:04
sardinka8-Nov-01 9:04 
GeneralRe: Help... Pin
Christian Graus8-Nov-01 10:15
protectorChristian Graus8-Nov-01 10:15 
GeneralRe: Help... Pin
#realJSOP9-Nov-01 1:56
professional#realJSOP9-Nov-01 1:56 
Generalmsdev editor problem Pin
8-Nov-01 1:58
suss8-Nov-01 1:58 
Generalopen file for output function Pin
8-Nov-01 1:44
suss8-Nov-01 1:44 
GeneralRe: open file for output function Pin
peterchen8-Nov-01 5:28
peterchen8-Nov-01 5:28 
GeneralAllocate memory Pin
Maer7278-Nov-01 1:42
Maer7278-Nov-01 1:42 
GeneralRe: Allocate memory Pin
Tomasz Sowinski8-Nov-01 2:30
Tomasz Sowinski8-Nov-01 2:30 
GeneralRe: Allocate memory Pin
Maer7278-Nov-01 16:57
Maer7278-Nov-01 16:57 

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.