Click Event for User Control

  • Thread starter Thread starter Latha
  • Start date Start date
L

Latha

Hi,
I am using VB.Net. I have created User Control which contains many
labels. And muliple instance of this control be added into another form at
runtime. I need to fire the click event for User Control from this form.

Thanks in advance,
Latha.P
 
In general, it is not possible or advisable to fire other controls' events.

---------
- G Himangi, Sky Software http://www.ssware.com
Shell MegaPack : GUI Controls For Drop-In Windows Explorer like Shell
Browsing Functionality For Your App (.Net & ActiveX Editions).
EZNamespaceExtensions.Net : Develop namespace extensions rapidly in .Net
EZShellExtensions.Net : Develop all shell extensions,explorer bars and BHOs
rapidly in .Net
 
Back
Top