Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Adding text to CRicheditctrl? Pin
Dominik Reichl25-Apr-04 6:19
Dominik Reichl25-Apr-04 6:19 
GeneralRe: Adding text to CRicheditctrl? Pin
CodeBrain25-Apr-04 7:24
CodeBrain25-Apr-04 7:24 
GeneralOpening a document Pin
Arnav25-Apr-04 3:53
Arnav25-Apr-04 3:53 
GeneralRe: Opening a document Pin
peterchen25-Apr-04 4:05
peterchen25-Apr-04 4:05 
GeneralRe: Opening a document Pin
Mike Dimmick25-Apr-04 9:33
Mike Dimmick25-Apr-04 9:33 
GeneralCustom Cursor Pin
Anonymous25-Apr-04 1:35
Anonymous25-Apr-04 1:35 
GeneralRe: Custom Cursor Pin
Michael Dunn25-Apr-04 5:09
sitebuilderMichael Dunn25-Apr-04 5:09 
Questionwhy do i get an image fudge? Pin
YaronNir25-Apr-04 0:56
YaronNir25-Apr-04 0:56 
hi all, i am using the following code:

CMemDC memDC(&dc);

HBITMAP hBmp = ::LoadBitmap(AfxGetInstanceHandle(),MAKEINTRESOURCE(IDB_BITMAP1));
::SelectObject(memDC.m_hDC,hBmp);
memDC.BitBlt(10,10,16,16,&dc,0,0,SRCCOPY);


where CMemDC, is the class where CreateCompatibleDC occurs....

i can see the image perfecly on my dialog, but when i drag the dialog out of the boundaries of the screen and then drag it back in, i see the image has fudged (appears blurry)....

what do i need to do to fix this?

thanks in advanced

Yaron

Ask not what your application can do for you,
Ask what you can do for your application
AnswerRe: why do i get an image fudge? Pin
ohadp25-Apr-04 3:06
ohadp25-Apr-04 3:06 
GeneralRe: why do i get an image fudge? Pin
YaronNir25-Apr-04 3:23
YaronNir25-Apr-04 3:23 
GeneralHelp needed (Invalid hook handle) Pin
Abin25-Apr-04 0:38
Abin25-Apr-04 0:38 
GeneralCatching RPC-Server Errors Pin
Christian Zellner24-Apr-04 22:36
Christian Zellner24-Apr-04 22:36 
QuestionHow to find change in display ? Pin
Jijo.Raj24-Apr-04 22:33
Jijo.Raj24-Apr-04 22:33 
AnswerRe: How to find change in display ? Pin
User 665825-Apr-04 0:30
User 665825-Apr-04 0:30 
GeneralRe: How to find change in display ? Pin
Jijo.Raj25-Apr-04 3:11
Jijo.Raj25-Apr-04 3:11 
GeneralRe: How to find change in display ? Pin
grigsoft25-Apr-04 5:31
grigsoft25-Apr-04 5:31 
GeneralRe: How to find change in display ? Pin
Jijo.Raj25-Apr-04 21:03
Jijo.Raj25-Apr-04 21:03 
GeneralRe: How to find change in display ? Pin
grigsoft25-Apr-04 21:16
grigsoft25-Apr-04 21:16 
GeneralRe: How to find change in display ? Pin
Jijo.Raj26-Apr-04 2:40
Jijo.Raj26-Apr-04 2:40 
GeneralHow's about memory size usage Pin
nguyenvhn24-Apr-04 20:11
nguyenvhn24-Apr-04 20:11 
GeneralRe: How's about memory size usage Pin
Mike Nordell25-Apr-04 6:19
Mike Nordell25-Apr-04 6:19 
GeneralRe: How's about memory size usage Pin
nguyenvhn25-Apr-04 21:23
nguyenvhn25-Apr-04 21:23 
GeneralRe: How's about memory size usage Pin
Mike Nordell26-Apr-04 4:14
Mike Nordell26-Apr-04 4:14 
GeneralRe: How's about memory size usage Pin
Paul Ranson25-Apr-04 6:45
Paul Ranson25-Apr-04 6:45 
GeneralRe: How's about memory size usage Pin
nguyenvhn25-Apr-04 21:38
nguyenvhn25-Apr-04 21:38 

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.