Click here to Skip to main content
15,902,635 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Registry question... Pin
Abin28-Sep-02 21:51
Abin28-Sep-02 21:51 
GeneralRe: Registry question... Pin
Daniel Turini28-Sep-02 23:09
Daniel Turini28-Sep-02 23:09 
Questionwho can help me? Pin
whelk28-Sep-02 16:29
whelk28-Sep-02 16:29 
AnswerRe: who can help me? Pin
Mike Nordell28-Sep-02 19:21
Mike Nordell28-Sep-02 19:21 
Generalo,thanks a lot but...... Pin
whelk28-Sep-02 19:42
whelk28-Sep-02 19:42 
GeneralRe: o,thanks a lot but...... Pin
Mike Nordell28-Sep-02 20:30
Mike Nordell28-Sep-02 20:30 
GeneralRe: o,thanks a lot but...... Pin
whelk28-Sep-02 21:19
whelk28-Sep-02 21:19 
GeneralRe: o,thanks a lot but...... Pin
Mike Nordell28-Sep-02 21:58
Mike Nordell28-Sep-02 21:58 
Mr. Whelk,

If you receive this before you receive my personal mail, please excuse me for jumping to the conclusion you mailed me in person and not posting to CodeProject. There could have been e.g. web-site delays I didn't think of.

Anyway, my answer would still be:

the key is that i dont know how to generate the strPrintText to the bitmap in the function ,by the way ,i dont want to display the text,all i want to is
to


You are able to display it I assume? Then:

If you are drawing these glyphs into the output DC, you already know how to
draw them, and just have to draw them to another bitmap that you yourself
then interpret.

If you are not drawing them into the target DC, but want to print them anyway, you have to 1) create a bitmap, 2) blit (blt = copy) the contents of
the source bitmap into your created bitmap and then finally 3) interpret the
bits.

To interpret the bits I can only suggest you read up on "CreateDIBSection"
and "GetDibIts".

++luck;
GeneralRe: o,thanks a lot but...... Pin
whelk29-Sep-02 16:07
whelk29-Sep-02 16:07 
Question??Resuming a partial download?? Pin
Licensed2Code28-Sep-02 14:23
sussLicensed2Code28-Sep-02 14:23 
AnswerRe: ??Resuming a partial download?? Pin
Mike Nordell28-Sep-02 19:27
Mike Nordell28-Sep-02 19:27 
GeneralRe: ??Resuming a partial download?? Pin
licensed2kill29-Sep-02 7:41
licensed2kill29-Sep-02 7:41 
Generallow level code Pin
Kuniva28-Sep-02 14:03
Kuniva28-Sep-02 14:03 
GeneralRe: low level code Pin
Mike Nordell28-Sep-02 19:30
Mike Nordell28-Sep-02 19:30 
GeneralRe: low level code Pin
Stephane Rodriguez.28-Sep-02 21:19
Stephane Rodriguez.28-Sep-02 21:19 
GeneralRe: low level code Pin
Daniel Turini28-Sep-02 23:13
Daniel Turini28-Sep-02 23:13 
QuestionDoes this bit of code work? Pin
DarrollWalsh28-Sep-02 13:35
DarrollWalsh28-Sep-02 13:35 
AnswerRe: Does this bit of code work? Pin
Michael Dunn28-Sep-02 14:34
sitebuilderMichael Dunn28-Sep-02 14:34 
GeneralDelete *.ini sections Pin
Selevercin28-Sep-02 11:55
Selevercin28-Sep-02 11:55 
GeneralRe: Delete *.ini sections Pin
DarrollWalsh28-Sep-02 12:18
DarrollWalsh28-Sep-02 12:18 
GeneralRe: Delete *.ini sections Pin
Selevercin28-Sep-02 12:52
Selevercin28-Sep-02 12:52 
GeneralRe: Delete *.ini sections Pin
Abin28-Sep-02 22:00
Abin28-Sep-02 22:00 
GeneralRe: Delete *.ini sections Pin
Mike Nordell29-Sep-02 4:23
Mike Nordell29-Sep-02 4:23 
GeneralRe: Delete *.ini sections Pin
JT Anderson1-Oct-02 6:41
JT Anderson1-Oct-02 6:41 
QuestionAny suggestion on how this could be done? Pin
WREY28-Sep-02 11:15
WREY28-Sep-02 11:15 

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.