Hi everyone,

i'm trying to initialize all control of a UserControl to is appropriate class. The value is set but the event won't raise anymore. See the example:

Code:
'Not working
'Normally WithEvents should raise the event but nothing happen
Public Class Process
        Inherits SkinProcess

        <SkinControlAttribute()> _
        Public WithEvents m_menu
...