Click here to Skip to main content
15,915,611 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralTrimLeft() question Pin
speedpacer21-Nov-03 9:44
speedpacer21-Nov-03 9:44 
GeneralRe: TrimLeft() question Pin
speedpacer21-Nov-03 10:07
speedpacer21-Nov-03 10:07 
GeneralRe: TrimLeft() question Pin
speedpacer21-Nov-03 11:00
speedpacer21-Nov-03 11:00 
GeneralRe: TrimLeft() question Pin
John R. Shaw21-Nov-03 11:24
John R. Shaw21-Nov-03 11:24 
GeneralRe: TrimLeft() question Pin
speedpacer21-Nov-03 12:21
speedpacer21-Nov-03 12:21 
GeneralRe: TrimLeft() question Pin
Mike Dimmick21-Nov-03 13:10
Mike Dimmick21-Nov-03 13:10 
GeneralPrinting and Bitmap Coding. Pin
krondorl21-Nov-03 8:50
krondorl21-Nov-03 8:50 
GeneralRe: Printing and Bitmap Coding. Pin
John R. Shaw21-Nov-03 11:59
John R. Shaw21-Nov-03 11:59 
"NON MFC C code using" sounds like use ANSI C coding to me.

If you do not have a copy of Charles Petzod "Programming Windows" around then get it (a must have, all C).

1) Should I be using something different like creating a Bitmap and printing it that way?
Answer: no (normaly)

Last resort:
Even though you are not using MFC, it may be possible to take advantage of it via examination. Example: Load up WordPad example program and single step through the printing porcedure, to see how MFC is handling the printing.
Do not forget MFC is mostly a wrapper around C code, and C++ is a supper set of C.

:(I hope this at least helps a little.

INTP
GeneralRe: Printing and Bitmap Coding. Pin
krondorl22-Nov-03 5:30
krondorl22-Nov-03 5:30 
GeneralRe: Printing and Bitmap Coding. Pin
John R. Shaw22-Nov-03 7:12
John R. Shaw22-Nov-03 7:12 
GeneralVisual Studio.net 2003 Pin
(Steven Hicks)n+121-Nov-03 7:57
(Steven Hicks)n+121-Nov-03 7:57 
GeneralRe: Visual Studio.net 2003 Pin
Mike Dimmick21-Nov-03 13:15
Mike Dimmick21-Nov-03 13:15 
QuestionPrinting the contents of a CListCtrl ? Pin
Brian van der Beek21-Nov-03 5:27
Brian van der Beek21-Nov-03 5:27 
AnswerRe: Printing the contents of a CListCtrl ? Pin
Roger Allen21-Nov-03 6:29
Roger Allen21-Nov-03 6:29 
GeneralRe: Printing the contents of a CListCtrl ? Pin
Brian van der Beek23-Nov-03 21:25
Brian van der Beek23-Nov-03 21:25 
GeneralUsing SetCheck in a dialog app. menu Pin
cercis21-Nov-03 4:46
cercis21-Nov-03 4:46 
GeneralRe: Using SetCheck in a dialog app. menu Pin
RChin21-Nov-03 5:18
RChin21-Nov-03 5:18 
GeneralMemory Managers with C, C++ and MFC Pin
Patje21-Nov-03 3:58
Patje21-Nov-03 3:58 
QuestionHow to get rid of the "Help" button in a property sheet in wizard mode? Pin
Salvador Dali21-Nov-03 3:13
Salvador Dali21-Nov-03 3:13 
AnswerRe: How to get rid of the "Help" button in a property sheet in wizard mode? Pin
Michael P Butler21-Nov-03 3:34
Michael P Butler21-Nov-03 3:34 
GeneralCFileException Pin
ns21-Nov-03 2:39
ns21-Nov-03 2:39 
GeneralRe: CFileException Pin
Mike Dimmick21-Nov-03 3:02
Mike Dimmick21-Nov-03 3:02 
GeneralRe: CFileException Pin
ns21-Nov-03 3:18
ns21-Nov-03 3:18 
QuestionResize a listctrl? Pin
Zizilamoroso21-Nov-03 1:02
Zizilamoroso21-Nov-03 1:02 
AnswerRe: Resize a listctrl? Pin
Zizilamoroso21-Nov-03 1:07
Zizilamoroso21-Nov-03 1:07 

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.