I have question that how we can scan code direct from scanner your code is good for generate but i want to know that scan code can use for scan via barcode scanner ???
I actually don't have a Barcode scanner, but I'll try to search on how it works, and will get you some information about it. But this scanning code won't be applicable in case of a Barcode scanner, and probably another library might be used. Let me search for it, and I'll get to you guys as soon as possible. Have a great day! :-)
awesome video! near the end you showed different barcode formats. Do you also have a video tutorial for each of those or do you have a video on how to change the format of barcodes so we also try it? thanks!
Thank you Gilbert! I will make a video showing how to generate different types of barcode formats! If you have any doubts, feel free to contact me. Have a nice day! :-) Email: admin@basseltech.com Kik: kik.me/basseltech/
can you please tell me how I can connect this program with database. I need to fetch UPC code from the database I have one working program is written in VB6 I need to make some changes but VB6 code is no longer working with the visual studio.net 2015. How can I modify the program .
Dear Sir, I recommend you to watch my video (Creating a Database & Search Button in VB 2015): ruclips.net/video/Ng9CUJEDogs/видео.html And instead of the search button you'll send to the filter query the scanned Barcode. If you have any questions please comment here or contact me at: admin@basseltech.com Thanks! Have a great day! :-)
+Berrahma Mehdi I'll make sure to check this out sir, but I believe it would be a bug in the library. I'll reply again when I check it. Have a nice day! :-)
Barcode stores digits, if you want to store strings you can use a QR code instead of Barcode. I also have a tutorial on how to make a QR code generator in VB.NET. If you have further questions, you can email me at: admin@basseltech.com Or via messenges on my facebook page: facebook.com/BasselTech/ Thank you! :-)
It’s mainly used for digits, and I guess this library only supports digits. What about using a QR code instead? Can you tell me more about your application?
Kindly check my tutorial (Barcode Generator & Scanner in C#): ruclips.net/video/1udaDB_ehWc/видео.html You would probably have to generate the Barcode image, then store it to a file and then load it to your html file in ASP.NET, either statically or dynamically. A static solution would be to make an image tag like this: , so whenever you generate a file it overwrites the existing one and the updated version appears to you. If you are interested in more dynamic approaches, please contact me at: admin@basseltech.com Thank you. Have a nice day! :-)
IDE (program): Microsoft Visual Studio 2015 Community Edition Programming Language: Visual Basic .NET Thank you! If you have further questions don’t hesitate to comment here or email me at admin@basseltech.com Have a great day! :-)
Yes sure! Anything done in Visual Basic can be done with pretty much the same steps, except for some little syntax modifications, in C# I already have a tutorial about Barcode Generation and Scanning in C#, link: ruclips.net/video/1udaDB_ehWc/видео.html
EAN-13 does not work for me it outputs this error message: System.Exception: Error calculating check digit. MessagingToolkit.Barcode.BarcodeCommon.Error (String ErrorMessage) at MessagingToolkit.Barcode.OneD.EAN13.CheckDigit () at MessagingToolkit.Barcode.OneD.EAN13..ctor (String input) MessagingToolkit.Barcode.BarcodeEncoder.Encode () at MessagingToolkit.Barcode.BarcodeEncoder.Encode (BarcodeFormat format, String content) at Test_1.Form1.Button1_Click (Object sender, EventArgs e) in D: \ Program Files \ Test Applications \ Test 1 \ Test 1 \ Form1.vb: Line 7. what should I do?
Hi buddy, great video, congratulations! A curiosity, what program did you use to capture the video? Because I've never seen one that follows the mouse in this way, zooming in on the location of the mause smoothly. Thank you!
Hi Vida, Thank you for your nice words! I am actually using Camtasia Studio! If you have any doubts, feel free to contact me. Have a nice day! :-) Email: admin@basseltech.com Kik: kik.me/basseltech/
To add top label use this line: Generator.LabelPosition = MessagingToolkit.Barcode.LabelPositions.TopCenter To add bottom label use this line: Generator.LabelPosition = MessagingToolkit.Barcode.LabelPositions.BottomCenter
Actual barcode scanner is like a keyboard, it inputs the scanned barcode to your computer as if you are righting the digits of the barcode with your keyboard; so you won't need a program to use it.
brother help me to get this kinda barcodes scanned by scanner or pda machines and display data in software using datagrid view adding how to attach scanner with software make video bro m in hurry i have to make program
Hey, can I get the source code and library? The library provided can't be access
can this work on c#, can i use this dll on C#?
Yes surely you can!
How do you create a button that can clear away the barcode?
I just want to tell you that you save my final system to failing grade. thanks mate
Glad it helped. Have a nice day! :-)
Is there any way that i can save that generated barcode image to my database ?
Yes sure you can! I will make a video on this!
Have a nice day! :-)
can you save in database the barcode number and picture in vb.net?
What are the required tools for creating a barcode scanner apps???
The required tool is illustrated in the video. Would you please clarify more your question?
Can you suggest cheap barcode reader.
Hey, can you create an option to print it out on a certain size sticker?
Never fails. You the best
I have question that how we can scan code direct from scanner your code is good for generate but i want to know that scan code can use for scan via barcode scanner ???
Prem Mithawala I want to know that too
I actually don't have a Barcode scanner, but I'll try to search on how it works, and will get you some information about it.
But this scanning code won't be applicable in case of a Barcode scanner, and probably another library might be used.
Let me search for it, and I'll get to you guys as soon as possible.
Have a great day! :-)
BasselTech
Ok i will try lets see its works or not
are there any news regarding this question? i was planning to ask this too xD
Thank Thanks for your great effort, can I change the size of the barcode or font because it is small?
How about decoding barcode with actual barcode scanner?
I will try to make a tutorial on that soon.
Thank you! :-)
awesome video! near the end you showed different barcode formats. Do you also have a video tutorial for each of those or do you have a video on how to change the format of barcodes so we also try it? thanks!
Thank you Gilbert!
I will make a video showing how to generate different types of barcode formats!
If you have any doubts, feel free to contact me.
Have a nice day! :-)
Email: admin@basseltech.com
Kik: kik.me/basseltech/
may i ask if can this decode a barcode captured by a camera?
Yes it should! :-)
BasselTech alright thank you sir!
+BasselTech i can't download the messagingtoolkit
Kindly follow the link in the description. Our website was down yesterday, but now it's alive! :-)
can you please tell me how I can connect this program with database. I need to fetch UPC code from the database I have one working program is written in VB6 I need to make some changes but VB6 code is no longer working with the visual studio.net 2015. How can I modify the program .
Dear Sir, I recommend you to watch my video (Creating a Database & Search Button in VB 2015): ruclips.net/video/Ng9CUJEDogs/видео.html
And instead of the search button you'll send to the filter query the scanned Barcode.
If you have any questions please comment here or contact me at: admin@basseltech.com
Thanks! Have a great day! :-)
thank you
Thank you very much for this video.
I have a problem when I use code128 I can not write more than 21 cacti, do you know how to solve this problem?
+Berrahma Mehdi I'll make sure to check this out sir, but I believe it would be a bug in the library. I'll reply again when I check it. Have a nice day! :-)
I dont get the dll. Sir Could You tell me where to find it
Sir, the link to the dll file is in my blog post for this tutorial, the link: basseltech.com/watch?v=RufEmAQUbrQ
Have a great day! :-)
This site can’t be reached
blog.basseltech.com’s server IP address could not be found.
Kindly email me at: admin@basseltech.com to send you the files. :-)
BasselTech done sir.
Still waiting for the file sir. nixonesposo@gmail.com
can u help to convert strings like "abcd" to barcode
Barcode stores digits, if you want to store strings you can use a QR code instead of Barcode. I also have a tutorial on how to make a QR code generator in VB.NET.
If you have further questions, you can email me at: admin@basseltech.com
Or via messenges on my facebook page: facebook.com/BasselTech/
Thank you! :-)
QR Code Generator in VB 2015: ruclips.net/video/tGJC5f8pr5M/видео.html
BasselTech so its not possible to convert strings to barcode???
It’s mainly used for digits, and I guess this library only supports digits. What about using a QR code instead? Can you tell me more about your application?
is this possible with visual studios 2010??
Yes sure!
Yes sure!
BasselTech will this same code work???
Yes, the same code will work.
sir how to do in asp.net C#
Kindly check my tutorial (Barcode Generator & Scanner in C#): ruclips.net/video/1udaDB_ehWc/видео.html
You would probably have to generate the Barcode image, then store it to a file and then load it to your html file in ASP.NET, either statically or dynamically.
A static solution would be to make an image tag like this: , so whenever you generate a file it overwrites the existing one and the updated version appears to you.
If you are interested in more dynamic approaches, please contact me at: admin@basseltech.com
Thank you. Have a nice day! :-)
what is the software used..could u please tell me
IDE (program): Microsoft Visual Studio 2015 Community Edition
Programming Language: Visual Basic .NET
Thank you! If you have further questions don’t hesitate to comment here or email me at admin@basseltech.com
Have a great day! :-)
BasselTech is all these features done by u possible with c#...
Yes sure! Anything done in Visual Basic can be done with pretty much the same steps, except for some little syntax modifications, in C#
I already have a tutorial about Barcode Generation and Scanning in C#, link: ruclips.net/video/1udaDB_ehWc/видео.html
BasselTech thank you so much...and this is very useful
Hello great video it has really helped me.
I am glad it helped. Stay tuned for more! :-)
generator.IncludeLabel = True
generator.CustomLabel = barcodetext.Text
doesn't work for me?
May you please email me at: admin@basseltech.com
Thanks for for creating this video it's helpful.
Thank you sir, and I would like to thank you for requesting this tutorial. Have a nice day! :-)
you to
EAN-13 does not work for me
it outputs this error message:
System.Exception: Error calculating check digit.
MessagingToolkit.Barcode.BarcodeCommon.Error (String ErrorMessage)
at MessagingToolkit.Barcode.OneD.EAN13.CheckDigit ()
at MessagingToolkit.Barcode.OneD.EAN13..ctor (String input)
MessagingToolkit.Barcode.BarcodeEncoder.Encode ()
at MessagingToolkit.Barcode.BarcodeEncoder.Encode (BarcodeFormat format, String content)
at Test_1.Form1.Button1_Click (Object sender, EventArgs e) in D: \ Program Files \ Test Applications \ Test 1 \ Test 1 \ Form1.vb: Line 7.
what should I do?
This tutorial is very helpful :)
Thank you Ryan! :-)
Hi buddy, great video, congratulations! A curiosity, what program did you use to capture the video? Because I've never seen one that follows the mouse in this way, zooming in on the location of the mause smoothly. Thank you!
Hi Vida,
Thank you for your nice words!
I am actually using Camtasia Studio!
If you have any doubts, feel free to contact me.
Have a nice day! :-)
Email: admin@basseltech.com
Kik: kik.me/basseltech/
how to add both bottom and top labels in a barcode
To add top label use this line:
Generator.LabelPosition = MessagingToolkit.Barcode.LabelPositions.TopCenter
To add bottom label use this line:
Generator.LabelPosition = MessagingToolkit.Barcode.LabelPositions.BottomCenter
hello. can you please do this with an actual barcode scanner? thanks
Actual barcode scanner is like a keyboard, it inputs the scanned barcode to your computer as if you are righting the digits of the barcode with your keyboard; so you won't need a program to use it.
Hi sir can u send me the dll file?
Hi Paolo, please follow the link in the video's description for the download link.
brother help me to get this kinda barcodes scanned by scanner or pda machines and display data in software using datagrid view adding how to attach scanner with software make video bro m in hurry i have to make program
May you please email me at: admin@basseltech.com ?
can a barcode scanner read this??
Yes of course, the generated barcodes are standard and can be read by a barcode scanner.
Thank you :) :) . .
Possible code source
Hi Mrah, you can follow the link in the video description for the source code. Thank you!
Thank you Bro...for uploading this video. It' really helpful
You’re welcome bro! Thank you for your comment. More is comming soon! :-)
sir i subscribed you tnx for this wonderful video can you go further with this using the actual barcode scanner make additional video pls..
Thank you. I'll make sure to do this tutorial ASAP. Happy new year! :-)
Can you please do this in C#?
Sure sir, I'll do your requested tutorial as soon as possible! :-)
Kindly check my latest tutorial (Barcode Generator & Scanner in C#): ruclips.net/video/1udaDB_ehWc/видео.html
Thanks!
thanks you very much buddy
thanks alot, i did it
nice bro
Thank you! Have a great day! :-)
Thank you! Have a nice day! :-)
Good One
Thank you! Have a great day! :-)
thanks
You're welcome! :-)
THX, nice Video
Thank you! Have a nice day! :-)
I only have an error with EAN-13