随笔分类 - 源码
摘要:转自:http://www.cnblogs.com/Capricornus/archive/2010/08/17/1801596.html天气预报Web服务,数据来源于中国气象局 公用事业http://www.webxml.com.cn/WebServices/WeatherWebService.asmx中国股票行情分时走势预览缩略图http://www.webxml.com.cn/webserv...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#region窗体控件随窗体大小改变(包括字体大小)//在窗体加载事件中写入下面的三行代码//this.Resize+=newEventHandler(Form1_Resize);//X=this.W...
阅读全文
摘要:C#阻止系统关机,重启,注销C#拦截关机C#禁止关机protected override void WndProc(ref System.Windows.Forms.Message m){ if (m.Msg == 0x11)//WM_QUERYENDSESSION { m.Result = (IntPtr)0;//0不关闭程序和系统;1关闭程序及系统 return; } base.WndPr...
阅读全文
摘要://引入API函数 [DllImportAttribute("user32.dll")] public static extern int FindWindow(string ClassName,string WindowName); [DllImport("user32.dll")] public static extern int ShowWindow(int handle, int ...
阅读全文
浙公网安备 33010602011771号