Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP -- C++ Classes
Message
 
To
29/04/1997 13:45:58
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00030147
Message ID:
00030202
Views:
49
>Has anybody out there dabbled around in C++ enough to know how I can emulate VFP VCX behavior as follows:
>
>I want to create a collection of sub-classed controls that I can then make show up on my forms control toolbar in C++ just like I can so easily do in VFP. I don't want to ever use the base controls in C++, but it looks like I am forced to. Nah, that can't be . . . .
>
>TIA.
>
>John

You can not do that in C++, But you can use the standard control in dialog and subclass the standard control at run time using SubclassDlgItem.

Another way is to create a ActiveX control, the ActiveX Control will show up in the toolbar after it is inserted in the project
Previous
Reply
Map
View

Click here to load this message in the networking platform