u010970617 于 2015.05.27 22:00 提问
- 字符串转化为winform控件名
-
c++在vs2005中字符串转化为winform控件名, c++在vs2005中字符串转化为winform控件名,
-
-
caozhy
2015.05.27 23:28
Control c = this.Controls["空间名"];
-
- xy707707 2015.05.28 08:27
Control c = this.Controls["空间名"];
-
- edouardzyc 2015.05.28 09:10
Control c = this.Controls["控件名"];
Control c再AS成实际的控件对象
-
- Lyong19900923 2015.05.29 13:57
Control c = this.Controls["空间名"];
-
- suiyunonghen 2015.06.03 11:06
没搞明白,啥叫字符串转为控件名。
-
-
oyljerry
2015.05.27 22:52
控件名难道不也是一个字符串?
准确详细的回答,更有利于被提问者采纳,从而获得C币。复制、灌水、广告等回答会被删除,是时候展现真正的技术了!