问题描述
大家好,
这应该很简单。我有一个名为frmInterface的表单。在这张表格上我
有一个名为lblStatus的标签。我想更改此标签的TEXT从
另一个类。
例如
nsInterface.frmInterface objTemp = new nsInterface.frmInterface;
objTemp.lblStatus.text =" etc etc" ;;
frmInterface类和lblStatus控件都是公共的。
我运行程序lblStatus中的文本没有改变 - 为什么???????
提前谢谢。
-
通过发布的消息
Hi all,
This should be simple. I have a form called frmInterface. On this form I
have a label called lblStatus. I want to change the TEXT of this label from
another class.
For example
nsInterface.frmInterface objTemp = new nsInterface.frmInterface;
objTemp.lblStatus.text = "etc etc";
Both the frmInterface class and lblStatus control are public.
When I run the program the text in lblStatus doesnt change - why???????
Thanks in advance.
--
Message posted via http://www.dotnetmonster.com
推荐答案
这篇关于从另一个类调用表单控件???????的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!