Click Event for User Control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Latha

    Click Event for User Control

    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


  • G Himangi

    #2
    Re: Click Event for User Control

    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).
    EZNamespaceExte nsions.Net : Develop namespace extensions rapidly in .Net
    EZShellExtensio ns.Net : Develop all shell extensions,expl orer bars and BHOs
    rapidly in .Net
    ---------


    "Latha" <latha@chellaso ft.comwrote in message
    news:uJzUvhr9HH A.3548@TK2MSFTN GP06.phx.gbl...
    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
    >

    Comment

    Working...