会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
enych
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
23
24
25
26
27
28
29
30
31
···
52
下一页
2018年12月24日
C# 调用指定打印机 (并不是默认)
摘要: this.printDocument1.PrinterSettings.PrinterName = "Microsoft XPS Document Writer"; this.printDocument1.Print(); //直接打印开始打印 (调用的是默认打印机)(系统会自动默认一个打印机)
阅读全文
posted @ 2018-12-24 22:42 enych
阅读(5061)
评论(0)
推荐(0)
编辑
sql 该段时间内多个会员来访次数统计
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2018-12-24 15:21 enych
阅读(6)
评论(0)
推荐(0)
编辑
2018年12月22日
C# textbox 获得焦点
摘要: this.ActiveControl = txt_core;
阅读全文
posted @ 2018-12-22 16:04 enych
阅读(1984)
评论(0)
推荐(0)
编辑
C# Winform 获得下拉框 选中的值
摘要: string PrintName = cmbPrinter.SelectedIndex.ToString(); PrintName = cmbPrinter.SelectedItem.ToString(); // if (cmbPrinter.SelectedIndex != 0) { ...
阅读全文
posted @ 2018-12-22 11:52 enych
阅读(14964)
评论(4)
推荐(1)
编辑
2018年12月21日
C# 后台按键 视频播放器 全屏后无法 触发
摘要: 第一种 (全屏不可触发) 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)
编辑
C# 调用win32API 获取进程句柄 有毛用???
摘要: 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)
编辑
2018年12月20日
C# 键盘钩子
摘要: 来自: http://www.neite.net/516.html
阅读全文
posted @ 2018-12-20 12:00 enych
阅读(711)
评论(0)
推荐(0)
编辑
2018年12月19日
C# SqlParameter 使用
摘要: 通过遍历ht 返回一个数组
阅读全文
posted @ 2018-12-19 16:27 enych
阅读(5817)
评论(0)
推荐(1)
编辑
2018年12月18日
C# 获得星期几
摘要: var temp = System.DateTime.Today.ToString("dddd", new System.Globalization.CultureInfo("zh-CN"));
阅读全文
posted @ 2018-12-18 10:03 enych
阅读(533)
评论(0)
推荐(0)
编辑
2018年12月14日
MVC test
摘要: 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
下一页
公告