C# barcode 3 of 9
http://www.dotblogs.com.tw/chou/archive/2010/01/21/13188.aspx
-------------------
1、下载字体
http://www.squaregear.net/fonts/free3of9.shtml
2、解压安装字体
开始写程序:
private void button1_Click(object sender,EventArgs e)
{
label1.Text = "*" + textBox1.Text.ToUpper() + "*";
label1.Font = new Font("Free 3 of 9",70,label1.Font.Style,label1.Font.Unit);
}
运行结果:
原文链接:https://www.f2er.com/vb/261938.html