Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jpropper

    Subclassing ActiveX control

    Thanks Chip. I was beginning to wonder that myself. Turns out that I forgot to call the base class constructor. The code should read: public class MyClass : AxTheActiveXControl { public MyClass() : base() {} }
  2. jpropper

    Subclassing ActiveX control

    Hello - I'm trying to figure out how to subclass an ActiveX control. I need to extend the functionality of it. Ultimately I need to intercept OnPaint and OnMouseXXX events. Once I have processed them, I then need to pass them on to the ActiveX control so that it can process them. I'm trying to...

Part and Inventory Search

Back
Top