Click here to Skip to main content
16,011,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using CxImageLib Pin
Programm3r7-Aug-06 0:59
Programm3r7-Aug-06 0:59 
AnswerRe: Using CxImageLib Pin
Viorel.7-Aug-06 1:33
Viorel.7-Aug-06 1:33 
GeneralRe: Using CxImageLib Pin
Kiran Pinjala7-Aug-06 2:05
Kiran Pinjala7-Aug-06 2:05 
GeneralRe: Using CxImageLib Pin
Viorel.7-Aug-06 2:46
Viorel.7-Aug-06 2:46 
GeneralRe: Using CxImageLib Pin
Kiran Pinjala7-Aug-06 2:53
Kiran Pinjala7-Aug-06 2:53 
GeneralRe: Using CxImageLib Pin
Viorel.7-Aug-06 3:00
Viorel.7-Aug-06 3:00 
GeneralRe: Using CxImageLib Pin
Kiran Pinjala7-Aug-06 2:47
Kiran Pinjala7-Aug-06 2:47 
GeneralRe: Using CxImageLib Pin
Viorel.7-Aug-06 3:12
Viorel.7-Aug-06 3:12 
Analyzing the source of CxImage library (ximawnd.cpp), it seems the HDC value is used to format and draw the text on a temporary in-memory bitmap, and then the image is copied from this bitmap to CxImage object.

It does not look much optimized for speed, and maybe you will have time to investigate some other approaches, like creating your own HBITMAP object, drawing on it, and then saving it to a file, for example using CImage class from ATL/MFC?
QuestionHow to launch Microsoft Word Pin
Wim Engberts7-Aug-06 0:03
Wim Engberts7-Aug-06 0:03 
AnswerRe: How to launch Microsoft Word Pin
Rage7-Aug-06 0:24
professionalRage7-Aug-06 0:24 
AnswerRe: How to launch Microsoft Word Pin
Hamid_RT7-Aug-06 2:29
Hamid_RT7-Aug-06 2:29 
AnswerRe: How to launch Microsoft Word Pin
georgekjolly7-Aug-06 20:02
georgekjolly7-Aug-06 20:02 
QuestionA Question about void! Pin
Abhishek Shekhar6-Aug-06 23:48
Abhishek Shekhar6-Aug-06 23:48 
AnswerRe: A Question about void! Pin
Programm3r6-Aug-06 23:59
Programm3r6-Aug-06 23:59 
AnswerRe: A Question about void! Pin
Zac Howland7-Aug-06 5:27
Zac Howland7-Aug-06 5:27 
QuestionNothing on codeproject I NEED HELP ! Pin
Bravoone_20066-Aug-06 23:30
Bravoone_20066-Aug-06 23:30 
AnswerRe: Nothing on codeproject I NEED HELP ! Pin
Bravoone_20066-Aug-06 23:46
Bravoone_20066-Aug-06 23:46 
GeneralRe: Nothing on codeproject I NEED HELP ! Pin
kakan7-Aug-06 0:04
professionalkakan7-Aug-06 0:04 
GeneralRe: Nothing on codeproject I NEED HELP ! Pin
Bravoone_20067-Aug-06 0:09
Bravoone_20067-Aug-06 0:09 
GeneralRe: Nothing on codeproject I NEED HELP ! [modified] Pin
kakan7-Aug-06 0:17
professionalkakan7-Aug-06 0:17 
GeneralRe: Nothing on codeproject I NEED HELP ! Pin
David Crow7-Aug-06 3:12
David Crow7-Aug-06 3:12 
GeneralRe: Nothing on codeproject I NEED HELP ! Pin
kakan7-Aug-06 19:18
professionalkakan7-Aug-06 19:18 
GeneralRe: Nothing on codeproject I NEED HELP ! Pin
PlayByTheRules7-Aug-06 1:45
PlayByTheRules7-Aug-06 1:45 
GeneralRe: Nothing on codeproject I NEED HELP ! Pin
David Crow7-Aug-06 3:02
David Crow7-Aug-06 3:02 
AnswerRe: Nothing on codeproject I NEED HELP ! Pin
PlayByTheRules7-Aug-06 1:45
PlayByTheRules7-Aug-06 1:45 

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.