|
-
March 29th, 1999, 01:35 AM
#1
Re: Controls subclassing
You can use a new class that is derived of a base-class.
example :
class CMyButton : public CButton
{
...
};
-
September 29th, 1999, 05:23 PM
#2
Re: Controls subclassing
Yes you can. Use the wizard to create a new class and within the wizared dialog box select the class you want to inherit form. When you create a member variable from the class Wizard there will be a pull down box for the type. You can select your class from there. Hope that helps.
Gregg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|