上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 52 下一页
摘要: this.printDocument1.PrinterSettings.PrinterName = "Microsoft XPS Document Writer"; this.printDocument1.Print(); //直接打印开始打印 (调用的是默认打印机)(系统会自动默认一个打印机) 阅读全文
posted @ 2018-12-24 22:42 enych 阅读(5061) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-12-24 15:21 enych 阅读(6) 评论(0) 推荐(0) 编辑
摘要: this.ActiveControl = txt_core; 阅读全文
posted @ 2018-12-22 16:04 enych 阅读(1984) 评论(0) 推荐(0) 编辑
摘要: string PrintName = cmbPrinter.SelectedIndex.ToString(); PrintName = cmbPrinter.SelectedItem.ToString(); // if (cmbPrinter.SelectedIndex != 0) { ... 阅读全文
posted @ 2018-12-22 11:52 enych 阅读(14964) 评论(4) 推荐(1) 编辑
摘要: 第一种 (全屏不可触发) protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { int WM_KEYDOWN = 256; in 阅读全文
posted @ 2018-12-21 15:01 enych 阅读(626) 评论(0) 推荐(0) 编辑
摘要: private void button2_Click(object sender, EventArgs e) { Process[] ProceddingCon = Process.GetProcesses(); //获得所有进程 IntPtr intPtr = IntPtr.Zero; foreach (... 阅读全文
posted @ 2018-12-21 12:27 enych 阅读(954) 评论(0) 推荐(0) 编辑
摘要: 来自: http://www.neite.net/516.html 阅读全文
posted @ 2018-12-20 12:00 enych 阅读(711) 评论(0) 推荐(0) 编辑
摘要: 通过遍历ht 返回一个数组 阅读全文
posted @ 2018-12-19 16:27 enych 阅读(5817) 评论(0) 推荐(1) 编辑
摘要: var temp = System.DateTime.Today.ToString("dddd", new System.Globalization.CultureInfo("zh-CN")); 阅读全文
posted @ 2018-12-18 10:03 enych 阅读(533) 评论(0) 推荐(0) 编辑
摘要: WebMVC\Views\Shared\_Layout.cshtml 每个页面_ 自动引用_ViewStart.cshtml 阅读全文
posted @ 2018-12-14 11:44 enych 阅读(209) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 52 下一页