Click here to Skip to main content
15,924,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GDI / GDI+ Pin
Adno1-Jun-07 7:48
Adno1-Jun-07 7:48 
GeneralRe: GDI / GDI+ [modified] Pin
Mark Salsbery1-Jun-07 9:01
Mark Salsbery1-Jun-07 9:01 
GeneralRe: GDI / GDI+ Pin
Adno1-Jun-07 10:39
Adno1-Jun-07 10:39 
GeneralRe: GDI / GDI+ Pin
Mark Salsbery1-Jun-07 10:48
Mark Salsbery1-Jun-07 10:48 
GeneralRe: GDI / GDI+ Pin
Mark Salsbery1-Jun-07 10:50
Mark Salsbery1-Jun-07 10:50 
GeneralRe: GDI / GDI+ Pin
Adno1-Jun-07 10:52
Adno1-Jun-07 10:52 
GeneralRe: GDI / GDI+ Pin
Mark Salsbery1-Jun-07 11:06
Mark Salsbery1-Jun-07 11:06 
GeneralRe: GDI / GDI+ Pin
Mark Salsbery1-Jun-07 11:10
Mark Salsbery1-Jun-07 11:10 
And comment out these lines - they were there for testing only (leave in the BLENDFUNCTION
since you're using that)...

// comment these out
HDC hClientDC = ::GetDC(hwnd);
::AlphaBlend(hClientDC, 50, 50, TransparentSrcBitmap.GetWidth(), TransparentSrcBitmap.GetHeight(),
hdc, 0, 0, TransparentSrcBitmap.GetWidth(), TransparentSrcBitmap.GetHeight(), bf);
::ReleaseDC(hwnd, hClientDC);

"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

GeneralRe: GDI / GDI+ Pin
Adno1-Jun-07 11:23
Adno1-Jun-07 11:23 
GeneralRe: GDI / GDI+ Pin
Mark Salsbery1-Jun-07 11:33
Mark Salsbery1-Jun-07 11:33 
GeneralRe: GDI / GDI+ Pin
Adno1-Jun-07 11:55
Adno1-Jun-07 11:55 
GeneralRe: GDI / GDI+ Pin
Mark Salsbery1-Jun-07 12:02
Mark Salsbery1-Jun-07 12:02 
QuestionHow to get GUID Pin
john56321-Jun-07 3:31
john56321-Jun-07 3:31 
AnswerRe: How to get GUID Pin
Roger Stoltz1-Jun-07 4:13
Roger Stoltz1-Jun-07 4:13 
AnswerRe: How to get GUID Pin
CPallini1-Jun-07 5:44
mveCPallini1-Jun-07 5:44 
QuestionRe: How to get GUID Pin
john56321-Jun-07 21:15
john56321-Jun-07 21:15 
AnswerRe: How to get GUID Pin
CPallini3-Jun-07 2:55
mveCPallini3-Jun-07 2:55 
QuestionCopy constructor Pin
Karismatic1-Jun-07 1:39
Karismatic1-Jun-07 1:39 
AnswerRe: Copy constructor Pin
Maximilien1-Jun-07 1:44
Maximilien1-Jun-07 1:44 
AnswerRe: Copy constructor Pin
Cedric Moonen1-Jun-07 1:46
Cedric Moonen1-Jun-07 1:46 
GeneralRe: Copy constructor Pin
Jeffrey Walton1-Jun-07 8:03
Jeffrey Walton1-Jun-07 8:03 
AnswerHomework? Pin
leckey1-Jun-07 4:59
leckey1-Jun-07 4:59 
GeneralRe: Homework? Pin
bob169721-Jun-07 7:32
bob169721-Jun-07 7:32 
GeneralRe: copy construtors : other stuff Pin
tom groezer1-Jun-07 10:22
tom groezer1-Jun-07 10:22 
QuestionFlow of messages in VC++ Doc-view architecture Pin
Karismatic1-Jun-07 1:36
Karismatic1-Jun-07 1:36 

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.