摘要: 1 user32.dll中的所有函数 2 3 4 5 6 using System; 7 using System.Collections.Generic; 8 using System.Linq; 9 using System.Text; ... 阅读全文
posted @ 2014-06-26 10:56 b̶i̶n̶g̶.̶ 阅读(353) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.IO; 3 using System.Net; 4 using System.Text; 5 using System.Web.Script.Serialization; 6 7 namespace IpUtils 8 { 9 ... 阅读全文
posted @ 2014-06-26 10:53 b̶i̶n̶g̶.̶ 阅读(665) 评论(0) 推荐(0) 编辑
摘要: 1 //开启线程加载 2 Action a = () => 3 { 4 var row = 7; 5 var column = 9; 6 7 var p... 阅读全文
posted @ 2014-06-26 10:43 b̶i̶n̶g̶.̶ 阅读(1008) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.IO; 3 using System.Collections.Generic; 4 using System.Windows; 5 using System.Windows.Controls; 6 using System.... 阅读全文
posted @ 2014-06-26 10:42 b̶i̶n̶g̶.̶ 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace Common 7 { 8 //Author:GaoBin... 阅读全文
posted @ 2014-06-26 10:37 b̶i̶n̶g̶.̶ 阅读(573) 评论(0) 推荐(0) 编辑
摘要: .NET技术交流群 199281001 .欢迎加入。1.配置类1 public class Log4NetConfig2 {3 public static string SqlServer = "ADONetAppender_SqlServer";4 public static st... 阅读全文
posted @ 2014-06-26 10:23 b̶i̶n̶g̶.̶ 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Runtime.InteropServices; 5 using System.Text; 6 using S... 阅读全文
posted @ 2014-06-26 10:19 b̶i̶n̶g̶.̶ 阅读(830) 评论(0) 推荐(0) 编辑
摘要: .NET技术交流群 199281001 .欢迎加入。 1 //自定义窗体拉伸 2 3 public HwndSource _HwndkaifaSource; 4 private const int WM_SYSCOMMAND = 0x112; 5 ... 阅读全文
posted @ 2014-06-26 10:14 b̶i̶n̶g̶.̶ 阅读(1589) 评论(3) 推荐(0) 编辑
摘要: 直接上代码。 Point brp = SystemParameters.WorkArea.BottomRight;//当前桌面右下角的位置 阅读全文
posted @ 2014-06-26 10:10 b̶i̶n̶g̶.̶ 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 1 private const int SC_SCREENSAVE = 0xF140;2 private const int WM_QUERYENDSESSION = 0x0011;3 private bool IsScreenSave = false;4 ... 阅读全文
posted @ 2014-06-26 10:06 b̶i̶n̶g̶.̶ 阅读(689) 评论(0) 推荐(0) 编辑