Is it possible to override a entire class?  I know I can create new class
and inherit from another but what if I want to override the functionality of
winform control in my whole application..do I have to change the declaration
everywhere?  Can I achieve this another way? Say I wanted to make all the
buttons on my application make beep sound when pressed?

 

 

Eg 

 Friend WithEvents Button1 As System.Windows.Forms.Button  'want to override
Button with some new funtionaility

 

 

regards

Anthony (*12QWERNB*)

 

 

Reply via email to