随笔分类 -  窗体控制

摘要:在安装控件过程中出现提示Error 1606 Could Not Access Network Location %SystemDrive%/inetpub/wwwroot/ 的错误解决方法1. 点击开始菜单 –运行 –regedit 后按回车键 2,找到注册表 HKEY_LOCAL_MACHINE... 阅读全文
posted @ 2014-11-26 15:39 园封记忆 阅读(13723) 评论(0) 推荐(1)
摘要:C#WinForm仿qq窗体拖到windows窗体边上时,自动隐藏C#WinForm。代码: public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { System.Windows.Forms.Timer StopRectTimer = new System.Windows.Forms.Timer(); StopRectTimer.Tick += new EventHandler(timer 阅读全文
posted @ 2011-05-20 15:55 园封记忆 阅读(2423) 评论(0) 推荐(1)