【发布时间】:2011-10-01 05:10:01
【问题描述】:
我同时运行 form1 和 form2。
流程如下
1) Click form1 button
2) disable form1 button
3) show form2 ( form 1 is not closed)
4) click form 2 button
5) close form 2
6) enable form1 button
我已经完成了第 5 步。 6th 做不到。有人可以帮忙吗?
【问题讨论】:
-
您遇到了什么问题导致您无法执行第 6 步?
-
我实例化了新的 form1 。我认为当表格 1 已经运行时,这不是遵循的方式。还需要做什么?
-
您真的需要这些表单“同时”运行,还是 form2 是 form1 的子表单?