Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
~738 People Reached
Favorite Forums
Favorite Tags
Member Avatar for harisybsy

how can i multiple barcode image in print preview and print it? here is the code of mine: Public Class Form1 Dim PrintDoc As Printing.PrintDocument = New Printing.PrintDocument() Dim pd_PrintDialog As New PrintDialog Private Sub TextBox1_TextChanged_1(sender As Object, e As EventArgs) Handles txtBarcode.TextChanged picBarcode.BackgroundImage = Code128(txtBarcode.Text, "A") End Sub Private …

Member Avatar for deceptikon
0
431
Member Avatar for lrhimma

hi I'm developing an application where i have to scan the barcode of the driverID and retrieve his information in textbox. Honestly, i don't know how to deal with this. I'm new in vb.net. Anyone can help me to give a sample code. please (thannks in advance)

Member Avatar for lrhimma
0
205
Member Avatar for lloydsbackyard