473,804 Members | 2,141 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

I need Information to print a barcode in VC++

Hello All
I would like to print a barcode on a HP Laserjet printer. I know that
exist some module (from Jetcaps) to print barcode.
I´m programming an aplication in VC++, and I would like to print pages
including barcode, and it would be better if that works with any
printer.
If anybody know where can I find this information, or know something
about that, I would be gratefull for your help.
Thanks
Jul 22 '05 #1
3 2831
Cers <ce**@caramail. com> spoke thus:
I would like to print a barcode on a HP Laserjet printer. I know that
exist some module (from Jetcaps) to print barcode.
I´m programming an aplication in VC++, and I would like to print pages
including barcode, and it would be better if that works with any
printer.
If anybody know where can I find this information, or know something
about that, I would be gratefull for your help.


(Not here.)

Your post is off-topic for comp.lang.c++. Please visit

http://www.slack.net/~shiva/welcome.txt
http://www.parashift.com/c++-faq-lite/

for posting guidelines and frequently asked questions. Thank you.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cybers pace.org | don't, I need to know. Flames welcome.
Jul 22 '05 #2
ak
On 28 Apr 2004 09:47:20 -0700, ce**@caramail.c om (Cers) wrote:
Hello All
I would like to print a barcode on a HP Laserjet printer. I know that
exist some module (from Jetcaps) to print barcode.
I´m programming an aplication in VC++, and I would like to print pages
including barcode, and it would be better if that works with any
printer.
If anybody know where can I find this information, or know something
about that, I would be gratefull for your help.
Thanks


try the microsoft.publi c.vc.language instead.

the principle is that you need to draw the barcode using a DC on the
page and then print it out. in my old app i manually positioned myself
on the page and drew the barcode on the page using normal graphics
commands. there may be much better methods nowadays, like barcode
fonts.
good luck
/ak
Jul 22 '05 #3
The easiest way to print bar codes from your own custom applications
is to use a bar code ActiveX control like the one at the following
URL:
http://www.taltech.com/products/activex_barcodes.html
You can also use bar code fonts however they produce very poor quality
bar codes and they are also somewhat difficult to use.
The TALtech bar code ActiveX control is the best one on the market.
You can download a demo version from the above URL and the demo comes
with sample C++ source code that shows how to use it with MS and
Borland C++
On 28 Apr 2004 09:47:20 -0700, ce**@caramail.c om (Cers) wrote:
Hello All
I would like to print a barcode on a HP Laserjet printer. I know that
exist some module (from Jetcaps) to print barcode.
I´m programming an aplication in VC++, and I would like to print pages
including barcode, and it would be better if that works with any
printer.
If anybody know where can I find this information, or know something
about that, I would be gratefull for your help.
Thanks


Jul 22 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2220
by: Chris | last post by:
Hi, I found this code that can solve a problem I have. It sends print direct to printer. Imports System Imports System.Text Imports System.Runtime.InteropServices <StructLayout(LayoutKind.Sequential)> _ Public Structure DOCINFO<MarshalAs(UnmanagedType.LPWStr)>
0
1828
by: Matthew Belk | last post by:
I am trying to print some 2x6 labels on a SATO CL408e thermal label printer. The 2x6 labels are arranged in "landscape" mode with 2 labels per "sheet." When I attempt to print "x" copies of a 1 page label document, I get "x" formfeeds and "x" wasted labels. Is there any way to manipulate the .NET printing engine to do a over-under 2-up landscape printing? I'm thinking no, but maybe there's a way. The printer has the ability to sense the...
0
1341
by: Rajani | last post by:
Hi friends, Ours is a garment factory. We have tickets to print in the format... JobCode Size Qty Lay.No bdlno operation JobCode Size Qty Lay.No bdlno operation 2 records per row.
1
3140
by: Unebrion | last post by:
Alright im working on a program that prints out user imput in a frame, along with a barcode.. it is like the front of an envelope. Here is the description for the program. This part just explains a check digit.. i think this part in my program is alright These barcodes actually have four parts: a tall line as the first bar, a series of tall and short lines corresponding to the digits in the ZIP code, a check digit,...
2
1889
by: Bassman1020 | last post by:
I am look to find information regarding barcode scanners and the programs to upload to a database. I want to be able to scan an item and see if it is in inventory. I also need to checkin items and print part numbe, location and $$ on labels. I have access and I can make my inventory but I can not seem to have the scanner input to search the database. Is that done with a query I setup? I am very much a newbie. I am reading a book on...
1
2391
by: charanmanju | last post by:
I am working in VC++ 6.0, i want to read barcode, its probably linear barcode from an image, i didn't have an idea how to start, please help me with ur ideas
3
3148
by: wst305 | last post by:
Hi all, I would like to convert some text strings into barcode and add it to an image file. Is it possible to do that in php? I'm looking into some barcode fonts but have no idea how to do that. The host I can access still runs php 4.3.2 ... Would anyone pls help? Thanks a lot. Sorry for the newbie question.
0
1893
by: Chee Choon Hong | last post by:
Most of the customer are printing from export raw file or direct link to AS/400 for data retrieval if the backend database is DB2. Hence in order to print to barcode printer, the output file has to embedded with printer protocol command and send for printing. Is there any way to direct print from AS/400 IPDS to Barcode printer through Driver ? Or is there any AS/400 emulation middleware that had barcode printer driver intact?
6
2649
by: meyzhong | last post by:
Hi, I am new to Visual C++ (6.0). I want to put all the print information in different lines into a box. I create a EDIT dialogue box, and then add a CString variable (m_MSG) to the dialogue box to display the print information in the box. However, the print information displayed in the box is in one line, like this "10.0| 20.0". The "\n" character for the change to a new line has not been recognized.
0
9594
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10351
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10096
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9174
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7638
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6866
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5534
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5673
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3834
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.