由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - A Bug about TextBox?
相关主题
怎么写多语言的程序?Reference type问题
difference between VS2005 and VS2003问题又来了.
VS2005能和VS2003装在一个OS上么?how to let button response 'return' key?
一下狠心C# problems
Simple deployment questiondatagrid help
c# project 防止hacker攻击,大家是用什么framework?数据绑定问题
control array in .net自动化的问题 (WebBrowser)
一道mcad考试题求解(有关DataAdapter)A VB Question from a beginner
相关话题的讨论汇总
话题: bug话题: vs2003话题: textbox话题: what话题: uitextbox
进入DotNet版参与讨论
1 (共1页)
c**t
发帖数: 2744
1
VS2003, Framework 1.1
The following code do nothing:

uiTextBox.ForeColor = Color.Red;
But the working code is:
uiTextBox.BackColor = SystemColors.Control;
uiTextBox.ForeColor = Color.Red;
What's wrong with the first case? why is the font color of uiTextBox not
changed to red? a bug?
S***k
发帖数: 370
2
Cannot duplicate it with vs2003, .net1.4322
c**d
发帖数: 579
3
为啥还在用1.1?
1 (共1页)
进入DotNet版参与讨论
相关主题
A VB Question from a beginnerSimple deployment question
Chaago.comc# project 防止hacker攻击,大家是用什么framework?
求教:从条形码扫描器Scanner读数据到VB .NET程序control array in .net
请教:asp.net 如何使两个validation有顺序的执行一道mcad考试题求解(有关DataAdapter)
怎么写多语言的程序?Reference type问题
difference between VS2005 and VS2003问题又来了.
VS2005能和VS2003装在一个OS上么?how to let button response 'return' key?
一下狠心C# problems
相关话题的讨论汇总
话题: bug话题: vs2003话题: textbox话题: what话题: uitextbox