Click here to Skip to main content
16,005,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
I did not relise you where printing any barcodes. That would require using bitmaps or you could look into using meta files (code), I've never had a call to use meta code my self. Any time you print any thing using GDI, you are using a print driver. GDI just provides an universal interface to display devices, there by allowing you to use many of the same routines to print to all of them. I have rarley done any printing to a printer and so do not have any examples. At this point in time if I was going to write a program in C to print barcodes, then I would look at the articles here at code project first to see how some one did it using MFC. The reason for this is that there is a least one acticle on the subject here and I beleive I could figure it out from there.

Programming provides both joy and frustration.
Joys: Learning and solving of new problems.
Frustrations: Having to do it on someone elses time line and having to spend hours/days/weeks trying to find the information needed to solve those problems.

Wink | ;) May your joys be many and your frustations few.

INTP
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 
GeneralDoes anyone knows this Pin
Shehzad Salim21-Nov-03 0:54
Shehzad Salim21-Nov-03 0:54 
GeneralRe: Does anyone knows this Pin
RChin21-Nov-03 1:48
RChin21-Nov-03 1:48 

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.