Click here to Skip to main content
15,929,356 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: length between two points Pin
Tomasz Sowinski24-May-01 9:04
Tomasz Sowinski24-May-01 9:04 
GeneralCRC-Checksum to check whether file has been modified Pin
24-May-01 8:55
suss24-May-01 8:55 
QuestionWhy my program cannot show colour? Pin
Richard Cheng24-May-01 7:24
Richard Cheng24-May-01 7:24 
AnswerRe: Why my program cannot show colour? Pin
Tomasz Sowinski24-May-01 8:24
Tomasz Sowinski24-May-01 8:24 
GeneralRe: Why my program cannot show colour? Pin
Richard Cheng24-May-01 10:39
Richard Cheng24-May-01 10:39 
GeneralRe: Why my program cannot show colour? Pin
Tomasz Sowinski24-May-01 10:44
Tomasz Sowinski24-May-01 10:44 
GeneralRe: Why my program cannot show colour? Pin
Richard Cheng24-May-01 10:53
Richard Cheng24-May-01 10:53 
GeneralRe: Why my program cannot show colour? Pin
Tomasz Sowinski24-May-01 10:58
Tomasz Sowinski24-May-01 10:58 
You shouldn't to copy HDC handles from pDC passed OnDraw to your global variable. They'll become invalid soon after OnDraw returns, b/c pDC will be released and your CDCPoint will be useless. Just perform your drawing using pDC. If using pDC instead of CDCPoint doesn't produce expected results, post your OnDraw handler code.

Tomasz Sowinski -- http://www.shooltz.com.pl
GeneralInstaller...loking for advise Pin
Amit Dey24-May-01 6:49
Amit Dey24-May-01 6:49 
GeneralRe: Installer...loking for advise Pin
24-May-01 6:58
suss24-May-01 6:58 
GeneralRange of Pixel intensity Pin
mr200324-May-01 5:57
mr200324-May-01 5:57 
GeneralRe: Range of Pixel intensity Pin
NormDroid24-May-01 6:37
professionalNormDroid24-May-01 6:37 
GeneralCWnd quiz Pin
24-May-01 5:47
suss24-May-01 5:47 
GeneralRe: CWnd quiz Pin
24-May-01 5:58
suss24-May-01 5:58 
GeneralRe: CWnd quiz Pin
NormDroid24-May-01 6:40
professionalNormDroid24-May-01 6:40 
GeneralDialog background Pin
24-May-01 4:42
suss24-May-01 4:42 
GeneralRe: Dialog background Pin
George Chastain24-May-01 5:12
George Chastain24-May-01 5:12 
GeneralVisual Studio slowness Pin
Bryan Pietrzak24-May-01 4:36
Bryan Pietrzak24-May-01 4:36 
GeneralRe: Visual Studio slowness Pin
24-May-01 5:06
suss24-May-01 5:06 
GeneralRe: Visual Studio slowness Pin
Bryan Pietrzak24-May-01 5:46
Bryan Pietrzak24-May-01 5:46 
GeneralDialogs and Bitmaps Pin
24-May-01 4:17
suss24-May-01 4:17 
GeneralRe: Dialogs and Bitmaps Pin
George Chastain24-May-01 5:18
George Chastain24-May-01 5:18 
GeneralRe: Dialogs and Bitmaps Pin
PJ Arends24-May-01 5:57
professionalPJ Arends24-May-01 5:57 
GeneralRAS & Port init Pin
Gerry24-May-01 4:01
Gerry24-May-01 4:01 
GeneralRemote Control Program Pin
BLaZe24-May-01 3:43
BLaZe24-May-01 3:43 

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.