Click here to Skip to main content
15,906,558 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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...
Posted

Hi Sagar,

I just googled about this one, 'coz i dont have much idea about mdi in C#.
Used only in VB6.0. While googling found some interesting answers for this.
I hope these links
link1[^]
link2[^]
could fulfill your need.
 
Share this answer
 
v2
Comments
Sagar Khandelwal 8-Oct-12 6:25am    
Thank You prabhakar, this is very helpful for me.
♥…ЯҠ…♥ 8-Oct-12 8:16am    
Welcome Sagar, if it helps you to resolve the issue kindly accept as a solution!!! :)
I'm having solution for your Query which i understand only half part.Will you elaborate your Question?Tel me what you have tried and post your coding. we will help you by giving right solution...
 
Share this answer
 
v2
Comments
Sagar Khandelwal 8-Oct-12 6:33am    
Hi Bala,

Here, I am working on one child form. Whenever any operation had done on this child form, I want to display message on the status bar of its parent form. Means, When one form is operating, the other should get affected.
In simple words, I want to pass string from one form to another form so that when both forms (Parent as well as child form) are running.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900