文章分类 - DotNet
摘要:今天项目中要用到为某个bool值属性设置默认值为true的功能,在项目中我是这样写的 /// /// 是否改变地图鼠标样式 ///
阅读全文
摘要:今天用.NET2008调试一个项目时遇到一个问题:进入DLL项目后,点击右键监视类变量,不能显示变量值,显示“it is not available at this instruction pointer, possibly because it has been optimized away.”错误。 解决方法如下: 1.在项目上点击右键选择属性[Properties],打开属性窗口; 2...
阅读全文
摘要:...... private UTextBox uTextBox1; ...... this.uTextBox1.DisableBackColor = System.Drawing.Color.Red;//失效后的背景色 this.uTextBox1.DisableForeColor = System.Drawing.Color....
阅读全文