reguarding dynamic controls creation.
Hi,
I had created dynamic button in a dll.
After that, I added that dll in my toolbox. And I drag and droped on to my new form.
If I want to handle click event in this form(how can I handle?). Is it possible. If possible please send some guide lines or an example.
Thanking you very much.
Re: reguarding dynamic controls creation.
First of all - You can.
Every control in .NET supports the Click event.
Right-click on the button in the designer, select Properties, select Events (a little button above the properties grid), and then double-click on Click.