It is currently Sat Jun 22, 2013 8:03 am

All times are UTC




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: Thu Aug 23, 2012 3:47 am 
Offline
GDB Newbie

Joined: Tue May 15, 2012 8:40 am
Posts: 1
Open your Visual Studio, right click in Toolbox windows and select bar choose item.
Then, click browse and find Marcobarcode.Winforms.dll, select the dll.
After selection, you will find barcodewin in the toolbox, drag and drop it in component tab.
    First, install Winforms.NET Barcode generator control.
    Second, add the Winforms.NET Barcode generator control to your visual studio.
    Drag and drop linearwinform, DataMatrixwinform, PDFwinform or QRcodeWinform to your Windows forms.
    The four choices contain all of the barcodes that can be generated for .NET Windows Form.
Code:
BarCode barcode = new BarCode();
barcode.Symbology = Symbology.QRCode;
barcode.X = 3;
barcode.Y = 3;
BarcodeImageHeight = 175;
BarcodeImageWidth = 175;
barcode.CodeToEncode = "QRCode";
barcode.generateBarcodeToImageFile ("C://qrcode.gif");


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Jump to:  
Powered by Graphic Design Blog © 2019

phpBB SEO
[ Time : 0.093s | 8 Queries | GZIP : On ]