Dispaly Barcode in VB.NET
-
I can display my barcode in my crystal report successfully when i run at crystal report v by using code 128 font. Unfurtunately, when i want to hook my crystal report in VB.NET form with CRViewer30.CRViewer. The barcode became a string of characters... Isn't i need to define the code 128 font in my VB.NET form even the barcode can display properly in my crystal report..:confused: Any idea about it? angela
-
I can display my barcode in my crystal report successfully when i run at crystal report v by using code 128 font. Unfurtunately, when i want to hook my crystal report in VB.NET form with CRViewer30.CRViewer. The barcode became a string of characters... Isn't i need to define the code 128 font in my VB.NET form even the barcode can display properly in my crystal report..:confused: Any idea about it? angela
http://www.codeproject.com/vb/net/demmvbscan.asp[^] I typed 'barcode' into the search dialog for the site. I'm sure 'barcode VB.NET' would have got me here via google, had I tried that.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
http://www.codeproject.com/vb/net/demmvbscan.asp[^] I typed 'barcode' into the search dialog for the site. I'm sure 'barcode VB.NET' would have got me here via google, had I tried that.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
But the link of sample application that you give me just now only can use for barcode font Code 3 of 9 and can't support Code 128.. I'm searching solution for barcode font Code 128. Thanks angela
angelagke wrote:
I'm searching
I see no sign of that. where have you looked ? Did you try google ? Did you search this site ? There are plenty of other barcode articles here, although that was the first one I saw in VB, plenty are in C#.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
angelagke wrote:
I'm searching
I see no sign of that. where have you looked ? Did you try google ? Did you search this site ? There are plenty of other barcode articles here, although that was the first one I saw in VB, plenty are in C#.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
I can display my barcode in my crystal report successfully when i run at crystal report v by using code 128 font. Unfurtunately, when i want to hook my crystal report in VB.NET form with CRViewer30.CRViewer. The barcode became a string of characters... Isn't i need to define the code 128 font in my VB.NET form even the barcode can display properly in my crystal report..:confused: Any idea about it? angela
Try Fontware. I have used them in the past for barcode solutions, including EAN128. Steve Jowett