本文介绍了无法使用表单上的控件.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我创建了一些具有形式的静态实例.在后退按钮上,单击事件正在依次调用currentFormObj.Close();formObj.ShowDialog();.出现一个异常,即值不在预期范围内".但是,当我使用formObj.Show();时,会显示该表单,但无法访问该表单上的控件.您能帮上忙吗?

谢谢
Yashwanth

Hi,
I have created some static instances of forms i have. On back button click event am calling currentFormObj.Close(); followed by formObj.ShowDialog();. Am getting an exception that "Value does not fall within the expected range." But when i use formObj.Show(); the form is getting shown but am unable to access the controls on the form. Can you please help on this?

Thank You
Yashwanth

推荐答案


这篇关于无法使用表单上的控件.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-12 08:04