Click here to Skip to main content
15,905,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

   I want to access toolbar from MDI in Chid forms.for example  I place ADD,DELETE, EDIT in MDI tool Bar.

have to access  these in all child forms. 

How can we do it?
Posted
Comments
Sergey Alexandrovich Kryukov 9-Mar-12 2:28am    
Why using MDI, ever?
--SA
palraj001 9-Mar-12 3:38am    
actually I am using dev express. MDI measn it is not MDI form, its like Parent form. dont want to place Save,Delete some repeated buttons in all forms.

 
Share this answer
 
Here is my advice: who needs MDI, ever? Why torturing yourself and scaring off your users?

Do yourself a great favor: do not use MDI at all. You can do much easier to implement design without it, with much better quality. MDI is highly discouraged even by Microsoft, in fact, Microsoft dropped it out of WPF and will hardly support it. More importantly, you will scare off all your users if you use MDI. Just don't. I can explain what to do instead.

Please see my past answers on the topic:
Question on using MDI windows in WPF[^],
MDIContainer giving error[^],
How to set child forms maximized, last childform minimized[^].

See also:
http://en.wikipedia.org/wiki/Multiple_document_interface#Disadvantages[^],
How to Create MDI Parent Window in WPF?[^].

—SA
 
Share this answer
 

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