本文介绍了在C#中处理其子窗体时如何在MDIparent窗体的状态栏中显示消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在一个项目上,而我正在处理其子窗体时,我想在该项目上在MDI父窗体的状态栏中显示该消息.
假设我要从注册表单中保存一些数据,并且想在父表单的状态栏中显示数据已成功保存"的消息.
在这里,我想要在运行时联接两个表单的编码.
请帮助...
I am working on one project, on which I want to show the message in the status bar of the MDI Parent form, while I am working on its child form.
Suppose, I am saving some data from Registration Form & I want to show message in the status bar of the Parent form that "Data Successfully Saved.".
Here, I want the coding for joining two form on runtime.
Plz Help...
推荐答案
这篇关于在C#中处理其子窗体时如何在MDIparent窗体的状态栏中显示消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!