You can use a new class that is derived of a base-class.
example :
class CMyButton : public CButton
{
...
};
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: Re: Controls subclassingThreaded View
|
Click Here to Expand Forum to Full Width |