![]()
Quick_links...
Search site
Trial products
Online tutorials
Products
Barcodes for Office
Barcode creators
Barcode fonts
Developer tools
Label printing
Labelling tools
Point Of Sale
Resources
New to barcodes?
How To ...
Support centre
Tutorial centre
Which product
For users
Common problems
What's New?
Newsletter
Online registration
Contact us



dBarScan DLL is an Active DLL that may be used as an Active-X control or called as a standard DLL to identify and decode barcode bitmap images within a developers own Visual Basic or C/C++ programs. Includes sample for VB6 and VC6 (including source code).
Screen shot - click to enlarge
ht = pic.Height
wd = pic.Width
DBarScan1.dImage = pic.Handle
DBarScan1.TypeMask = 6921
DBarScan1.hiheight = ht
DBarScan1.hiwidth = wd
i = DBarScan1.scan()
If i < 0 Then
DataBox.Text = DBarScan1.oData
StatusBox.Text = DBarScan1.Status
Else
DataBox.Text = ""
StatusBox.Text = DBarScan1.Status
End If
For Help files see the Home menu above.
Push button
to Download or buy
Each dBarScan DLL component is available as a single computer version, or as a developer version which permits royalty-free distribution of the component as part of the developer's own project for up to 10,000 distributions.
Windows 2000/XP or later. Designed for use with Visual Basic 6 or Visual C/C++ 6.