摘要: /**//* * Gary Zhang -- cbcye@live.com * www.cbcye.com * www.quicklearn.cn * cbcye.cnblogs.com */ using System; using System.Collections.Generic; using 阅读全文
posted @ 2016-03-14 16:37 龙骑科技 阅读(330) 评论(0) 推荐(0)
摘要: 1、using System; 2、   WebRequest myrequest = WebRequest.Create("http://www.baidu.com");            WebResponse myres = null;            try            阅读全文
posted @ 2016-03-14 14:52 龙骑科技 阅读(199) 评论(0) 推荐(0)
摘要: 一、隐藏焦点 1、窗体中如果没有GotFocus事件时,只要把TabStop属性设置成false,就好了.   2、using System.Runtime.InteropServices;         [DllImport("user32", EntryPoint = "HideCaret") 阅读全文
posted @ 2016-03-14 08:56 龙骑科技 阅读(467) 评论(0) 推荐(0)