Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
if i have mdi form -- name f_main
and i have 3 child form
- f1
-f2
- f3
in f_main call all forms
but how i can
from form f1
show f2 in form f_main
when close f1 show f2 in mdi
ook
thnx for everyone
Posted
Comments
Dragonfly_Lee 23-Aug-10 1:17am    
please clarify your question with more details.
Toli Cuturicu 23-Aug-10 10:55am    
Reason for my vote of 2
No grammar, no organizing, no information, almost no question.
BillW33 23-Aug-10 15:26pm    
Reason for my vote of 2
It would be very helpful if you posted some example code.

If you want to communicate between forms so that f_main can act when f_1 does something, use delegates to hook the events to methods in the parent form, so that it is called when the event occurs in the child form.
 
Share this answer
 
ok tanks
can you tell me example
 
Share this answer
 
Comments
BillW33 9-Dec-10 10:04am    
If you have a question about or something to add to an Answer you should post it as a comment to that Answer, not post a seperate "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