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
~430 People Reached
About Me

"start from a little thing, from our self, and right now"

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
430