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

C / C++ / MFC

 
AnswerRe: Exception problem Pin
Stephen Hewitt11-Nov-08 17:12
Stephen Hewitt11-Nov-08 17:12 
AnswerRe: Exception problem Pin
Randor 11-Nov-08 17:22
professional Randor 11-Nov-08 17:22 
QuestionHelp in CxImage.. Pin
gothic_coder11-Nov-08 3:13
gothic_coder11-Nov-08 3:13 
AnswerRe: Help in CxImage.. Pin
Hamid_RT11-Nov-08 4:20
Hamid_RT11-Nov-08 4:20 
GeneralRe: Help in CxImage.. Pin
gothic_coder11-Nov-08 4:25
gothic_coder11-Nov-08 4:25 
GeneralRe: Help in CxImage.. Pin
Mark Salsbery11-Nov-08 5:50
Mark Salsbery11-Nov-08 5:50 
GeneralRe: Help in CxImage.. Pin
gothic_coder11-Nov-08 19:24
gothic_coder11-Nov-08 19:24 
GeneralRe: Help in CxImage.. Pin
gothic_coder11-Nov-08 19:38
gothic_coder11-Nov-08 19:38 
Till now i've done this with no success.. Trying to draw PNG on desktop.

HBITMAP m_bitmap = NULL;
CxImage image("E:\\My_Prog\\FINAL_PNG\\Res\\eScan.png", CXIMAGE_FORMAT_PNG);

HWND hDesktop =  GetDesktopWindow();
HDC hdc = GetDC(hDesktop);
m_bitmap = image.MakeBitmap(hdc);

image.Draw(hdc);


Where am i wrong?
GeneralRe: Help in CxImage.. Pin
gothic_coder11-Nov-08 21:35
gothic_coder11-Nov-08 21:35 
GeneralRe: Help in CxImage.. Pin
Mark Salsbery12-Nov-08 6:25
Mark Salsbery12-Nov-08 6:25 
GeneralRe: Help in CxImage.. Pin
CPallini11-Nov-08 21:43
mveCPallini11-Nov-08 21:43 
GeneralRe: Help in CxImage.. Pin
Hamid_RT11-Nov-08 5:54
Hamid_RT11-Nov-08 5:54 
AnswerRe: Help in CxImage.. Pin
Balaram_Neni11-Nov-08 17:14
Balaram_Neni11-Nov-08 17:14 
QuestionHittest is not working when WS_SYSMENU is defined for frame less window PinPopular
tarunclassic11-Nov-08 1:51
tarunclassic11-Nov-08 1:51 
QuestionWrite String Pin
cpvc++11-Nov-08 1:51
cpvc++11-Nov-08 1:51 
QuestionRe: Write String Pin
Roger Stoltz11-Nov-08 2:06
Roger Stoltz11-Nov-08 2:06 
JokeRe: Write String Pin
David Crow11-Nov-08 3:03
David Crow11-Nov-08 3:03 
AnswerRe: Write String Pin
Roger Stoltz11-Nov-08 3:07
Roger Stoltz11-Nov-08 3:07 
JokeRe: Write String Pin
toxcct11-Nov-08 3:52
toxcct11-Nov-08 3:52 
QuestionRe: Write String Pin
CPallini11-Nov-08 2:36
mveCPallini11-Nov-08 2:36 
AnswerRe: Write String Pin
cpvc++11-Nov-08 18:31
cpvc++11-Nov-08 18:31 
GeneralRe: Write String Pin
CPallini11-Nov-08 21:35
mveCPallini11-Nov-08 21:35 
GeneralRe: Write String Pin
cpvc++11-Nov-08 23:41
cpvc++11-Nov-08 23:41 
GeneralRe: Write String Pin
CPallini11-Nov-08 23:49
mveCPallini11-Nov-08 23:49 
GeneralRe: Write String Pin
cpvc++12-Nov-08 18:47
cpvc++12-Nov-08 18:47 

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.