Event handling in Child MDI forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I am developing an application wherein I have a MDI form. In this form I am generating Child MDI forms dynamically using a database. I have general functions for adding button, label, textbox, etc. on the child form.
I need to know if I can get a Event handler for the button click on a particular form.
Awaiting your feedbacks,
Regards,
Nitin
 
Hi,

Sure you can - when you are generating the button you might attach to its
Click event.

--
Miha Markic [MVP C#] - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com

Nitin said:
Hello,
I am developing an application wherein I have a MDI form. In this form I
am generating Child MDI forms dynamically using a database. I have general
functions for adding button, label, textbox, etc. on the child form.
 
Back
Top