Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8022037
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T22:09:36+00:00 2026-06-04T22:09:36+00:00

I saw a lot of threads and postings about .NET and generating barcodes. A

  • 0

I saw a lot of threads and postings about .NET and generating barcodes. A lot of people are talking about libraries, dlls and some “out of the box applications”. I just ask myself: do I really need this whole stuff? Im (at this time) able to create a barcode without any extra library or something else. Thats fine working with Font. I just need a barcodefont, lets take one free like 3 of 9, I can install it (actually I dont even have to install it, its enough to have the path to the file) and then Ill do something like this:

    Font f = new Font("Free 3 of 9", 80);
    this.Font = f;

    Label l = new Label();
    l.Text = "*STACKOVERFLOW*";
    l.Size = new System.Drawing.Size(800, 600);
    this.Controls.Add(l);

    this.Size = new Size(800, 600);

And I can display the barcode. And you know what? My phone is able to read it. So thats how easy it is. I could save it as jpg, I could past it into an xml file and so on. If I want another barcode, I just need the new font, change 3 of 9 to something else and thats it.

So here my question: what im I missing? Everybody is talking about “uh use something thats already done”, “use libraries” and so on. So what problems could I get if I continue this without extra libs and other stuff? Any suggestions? Thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T22:09:37+00:00Added an answer on June 4, 2026 at 10:09 pm

    3 of 9 is just one way to encode barcodes. Usually when we think of barcodes we are thinking of the UPC standards, but for most barcode readers, 3 of 9 works just fine. If it works for your application, don’t waste your time with a third party library and just use the 3 of 9 font.

    One thing to consider is that the 3 of 9 standard does not contain a check digit. This helps to detect read errors in some standards. The wikipedia page on the encoding has some details on this, but it sounds like it’s not really a big deal because of the way the characters are encoded.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I saw lot of posts in StackOverflow and elsewhere talking about concrete implementation. While
I have read a lot about soft deletes and archive and saw all the
I saw many threads with this tittle, but no one really speak about reuse
I saw a lot of examples of CopyStream implementation but I have question about
Saw lot ot tutorials, articles and stackoverflow questions about getting the client IP address
I saw a lot of posts about this pattern, but still don't understand why
I saw a lot of question on this topic and it took me some
I saw a lot of topics about powershell + waiting for process ending, but
I'm working on C++ program built by other people, and saw a lot of
In interface builder when I add a UITextField I saw a lot of properties

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.