Click here to Skip to main content
15,903,817 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: where to find NM_CUSTOMDRAW in VS2005 Pin
Parthi_Appu21-Nov-07 1:16
Parthi_Appu21-Nov-07 1:16 
GeneralRe: where to find NM_CUSTOMDRAW in VS2005 Pin
subramanyeswari21-Nov-07 1:34
subramanyeswari21-Nov-07 1:34 
GeneralRe: where to find NM_CUSTOMDRAW in VS2005 Pin
KarstenK21-Nov-07 3:33
mveKarstenK21-Nov-07 3:33 
GeneralRe: where to find NM_CUSTOMDRAW in VS2005 Pin
subramanyeswari21-Nov-07 23:35
subramanyeswari21-Nov-07 23:35 
Questionbitblt problem Pin
tmaggioli21-Nov-07 0:34
tmaggioli21-Nov-07 0:34 
AnswerRe: bitblt problem Pin
Nelek21-Nov-07 0:46
protectorNelek21-Nov-07 0:46 
QuestionRe: bitblt problem Pin
Parthi_Appu21-Nov-07 0:47
Parthi_Appu21-Nov-07 0:47 
AnswerRe: bitblt problem Pin
tmaggioli21-Nov-07 2:01
tmaggioli21-Nov-07 2:01 
I use the function BitBlt in this way:


<br />
...<br />
...<br />
/** caller*/<br />
pPGMBitmap->copyTo (CpyBitmapDisplay.GetDC(), 0, 0, BMPSize.cx, BMPSize.cy, 0, 0);<br />
...<br />
...<br />
...<br />
...<br />
/** handler*/     <br />
void CBitmapDisplay::copyTo(CDC *pdc, int xDest, int yDest, int w, int h, int xSrc, int ySrc)<br />
{<br />
	if(pdc && hDC_.GetSafeHdc() != 0)<br />
		pdc->BitBlt(xDest, yDest, w,h, &hDC_, xSrc, ySrc, SRCCOPY);<br />
}<br />
...<br />
...<br />



where &hDC is a CDC object of the class CBitmapDisplay....

Thanks
TM
AnswerRe: bitblt problem Pin
Mark Salsbery21-Nov-07 5:48
Mark Salsbery21-Nov-07 5:48 
GeneralRe: bitblt problem Pin
tmaggioli21-Nov-07 19:57
tmaggioli21-Nov-07 19:57 
GeneralRe: bitblt problem Pin
Nelek21-Nov-07 20:21
protectorNelek21-Nov-07 20:21 
QuestionUnverified Publisher (When downloading Activex control from IE) Pin
ashishbhatt20-Nov-07 23:41
ashishbhatt20-Nov-07 23:41 
AnswerRe: Unverified Publisher (When downloading Activex control from IE) Pin
Iain Clarke, Warrior Programmer20-Nov-07 23:59
Iain Clarke, Warrior Programmer20-Nov-07 23:59 
GeneralRe: Unverified Publisher (When downloading Activex control from IE) Pin
ashishbhatt21-Nov-07 18:27
ashishbhatt21-Nov-07 18:27 
GeneralRe: Unverified Publisher (When downloading Activex control from IE) Pin
Iain Clarke, Warrior Programmer21-Nov-07 21:42
Iain Clarke, Warrior Programmer21-Nov-07 21:42 
QuestionMAPI Profiles Pin
Daniel Kanev20-Nov-07 23:33
Daniel Kanev20-Nov-07 23:33 
Question[Message Deleted] Pin
shakumar_2220-Nov-07 23:23
shakumar_2220-Nov-07 23:23 
AnswerRe: MSMQ Pin
toxcct20-Nov-07 23:28
toxcct20-Nov-07 23:28 
QuestionWhich process is using a file i want to delete / update? Pin
wolfgangpuelm20-Nov-07 23:03
professionalwolfgangpuelm20-Nov-07 23:03 
AnswerRe: Which process is using a file i want to delete / update? Pin
Iain Clarke, Warrior Programmer21-Nov-07 0:07
Iain Clarke, Warrior Programmer21-Nov-07 0:07 
AnswerRe: Which process is using a file i want to delete / update? Pin
Luc Pattyn21-Nov-07 1:34
sitebuilderLuc Pattyn21-Nov-07 1:34 
Question64-bit development with Visual C++ 2008 Express ? Pin
Defenestration20-Nov-07 22:34
Defenestration20-Nov-07 22:34 
AnswerRe: 64-bit development with Visual C++ 2008 Express ? Pin
Mark Salsbery21-Nov-07 5:56
Mark Salsbery21-Nov-07 5:56 
QuestionHas anybody been using Ilog Views recently? Pin
François Gasnier20-Nov-07 21:20
François Gasnier20-Nov-07 21:20 
QuestionModule definition file Pin
George_George20-Nov-07 21:02
George_George20-Nov-07 21: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.