摘要:
/// <summary> /// 调用BarTender打印,模板的变量为:barcode0,barcode1,barcode2.......,barcode7 (内循环打印集合列表) /// </summary> /// <param name="pPrinter">打印机名称,必填</para
阅读全文
posted @ 2016-09-22 14:51
zishen
阅读(11167)
推荐(0)
编辑
摘要:
private void button1_Click(object sender, EventArgs e) { textBox2.Text = ConvertNumberToChinese(Convert.ToDouble(textBox1.Text)); } /// <summary> ///
阅读全文
posted @ 2016-09-22 14:50
zishen
阅读(836)
推荐(0)
编辑
摘要:
System.Text.Encoding.Default.GetByteCount("博客").ToString();
阅读全文
posted @ 2016-09-22 14:49
zishen
阅读(4869)
推荐(0)
编辑
摘要:
private void button2_Click(object sender, EventArgs e) { XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load("FilePath.xml"); XmlNodeList xn = xmlDoc.
阅读全文
posted @ 2016-09-22 14:48
zishen
阅读(1311)
推荐(0)
编辑
摘要:
private void button1_Click(object sender, EventArgs e) { if (!string.IsNullOrEmpty(textBox1.Text)) { string newDate; ConvertDate(textBox1.Text, out ne
阅读全文
posted @ 2016-09-22 14:47
zishen
阅读(1942)
推荐(0)
编辑