本文介绍了控制多个Windows窗体的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,


情况:

我的程序中的主窗体上有一个下拉列表。我有另一个表格

用于输入一个新项目,该项目将位于主要

表格的下拉列表中。当在第二个表单上单击添加项目按钮时,第二个

表单将关闭,但我还希望主表单重新绑定

下拉列表中的数据。


我不知道如何告诉主窗体重新绑定来自

form2_Closed事件的数据。


当我谷歌这个问题时,我得到了大量关于MDI的信息,但这不是我正在寻找的

情况。


我也查了一下form1.FromHandle(form2)但是我不知道如何获得一个表单的句柄,或者即使这是一个合适的方式来解决这个问题。 />
这个。


提前致谢,


- Paul

解决方案






Hello,

Situation:
I have a drop down list on a main form in my program. I have another form
for entering a new item that will reside in the drop down list of the main
form. When the Add item button is clicked on the second form, the second
form closes, but I also want the main form to rebind the data in the drop
down list.

I''m not sure how to tell the main form to rebind the data from the
form2_Closed event.

When I google this problem I get a ton of info on MDI, but that is not the
situation I''m looking for.

I''ve also looked into form1.FromHandle(form2) but I don''t know how to get
the handle of a form, or even if this is the appropriate way of going about
this.

Thanks in advance,

- Paul

解决方案






这篇关于控制多个Windows窗体的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 01:27