Hello, We are developing an MDI Application. What we need to do is that I Have 4 child forms and 1 Parent form. on the parent form ToolBox menu I have 3 buttons. Add,Save,Cancel.
What I want to do is What ever the child form has loaded. When these buttons clicked they should process the action on the child form.
LEts say, If my child form named CustomerManager is open, then by pressing the add button it should basically process my CustomerManager child form. Obviously I will right the logic against every form action Button.
I hope I am able define what I am looking for.
Regards Shax