摘要: 首先要新建一个 winform窗体然后代码如下 :using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Runtime.InteropServices;namespace PrintDatas{ public partial class FormMessageBox :... 阅读全文
posted @ 2013-10-07 11:53 JasonGu0 阅读(769) 评论(0) 推荐(0) 编辑