.NET Logo
Welcome Guest Search | Active Topics | Members | Log In | Register

การทำบาร์โคดต้องทำยังไงบ้างครับ Options · View
santose412
Posted: Sunday, September 14, 2008 5:17:54 AM
Rank: มือฝึกหัด
Groups: Member

Joined: 9/1/2008
Posts: 2

คือว่าผมต้องทำโปรเจคจบเกี่ยวกับนี้น่ะครับ คือว่าต้องนำรหัสพนักงานมาแปลงเป็นบาร์โคดเพื่อติดกับบัตรพนักงาน

แต่ผมไม่เคยทำมาก่อนเลย อยากทราบว่าจะต้องทำยังไงบ้างครับ

nuttaponp
Posted: Monday, September 15, 2008 11:42:03 AM
Rank: มือพระกาฬ
Groups: Member

Joined: 9/9/2008
Posts: 62


พอดีผมมีคลาสไว้ทำบาร์โค้ดอันหนึ่งคือ Code39.cs คิดว่าน่าจะเป็นแนวให้คุณนำไปประยุกต์
สิ่งที่เราต้องมีคือ ไฟล์ Code39.cs และ ไฟล์ free3of9.ttf ให้นำมาวางไว้ในโฟล์เดอร์เดียวกับโปรเจ็กของเรา

วิธีการคือ
1.เพิ่ม Code39.cs ไว้ในโปรเจกของเรา โดยไปที่ Project->Add Exiting Item..
2.ฟอร์มของเรา ให้ Import Namespace โดย เพิ่มคำว่า using WSBarCode.Barcodes; ที่ข้างบน
3.บนฟอร์ม สร้าง textBox1 ใช้รับtitle, textBox2 ใช้รับเลขบาร์โค้ด, checkBox1 ใช้เลือกว่าจะแสดงเลขบาร์โค้ดหรือไม่, button1 ไว้แสดงบาร์โค้ดเมื่อคลิ้ก, pictureBox1 ใช้แสดงบาร์โค้ด
4.ที่ button1_Click ให้เขียนโค้ดดังนี้

        private void button1_Click(object sender, EventArgs e)
        {
            Code39 c39 = new Code39();
            c39.FontFileName = "..\\..\\free3of9.ttf";
            c39.FontFamilyName = "Free 3 of 9";
            c39.Title = textBox1.Text;
            c39.TitleFont = new Font("Arial", 12);
            c39.FontSize = 50;
            c39.ShowCodeString = checkBox1.Checked;

            pictureBox1.Image = c39.GenerateBarcode(textBox2.Text);

        }

5.กดรันได้เลยผลเป็นดังภาพ

โปรเจ็กตัวอย่างที่ผมทำ โหลดได้จากที่นี่ครับ ผมใช้ Visual Stuio.NET 2005
http://upload.gangza.com/view.aspx?ItemID=ca1e36dc-6e84-dd11-b5cb-00e08127749e


 

 

 

santose412
Posted: Tuesday, September 16, 2008 2:50:01 AM
Rank: มือฝึกหัด
Groups: Member

Joined: 9/1/2008
Posts: 2

ผมจะพยายามทำให้ได้ครับ ขอบคุณมากครับ สำหรับโคดตัวอย่าง

Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

YAFVision Theme Created by Jaben Cargman (Tiny Gecko)
Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 3/29/2008
Copyright © 2003-2008 Yet Another Forum.net. All rights reserved.


Sponsored by