HOW TO Call the Save Method of an MDI Child Form from the MDI Form Toolbar Menu
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Make a public Save method on your MDI child form and then obtain a refrence to the active child form from parent and call the Save method. -------------------------------------------------------- My development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!