Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modifying foundation classes
Message
From
30/05/2003 15:04:55
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Modifying foundation classes
Miscellaneous
Thread ID:
00794692
Message ID:
00794692
Views:
38
I'm pretty sure this is impossible, but I'll ask just in case.

Is there any way to sub-class one of VFP 7.0 Foundation Classes, but have it use myBase classes instead of _base.vcx?
Also is there any way to get the wizards to use myFoundationClasses instead of VFP's?

Example:
_controls.vcx has the _resizable class in it.
_resizable is based on _custom inside _base.vcx.
I would like to define myResizable as _resizable, but somehow insert myCustom class into it.
I know that I can redefine _resizable to myCustom away from _custom, but I really don't want to change VFP's classes, just use them.

I know that I could copy _controls.vcx to myControls.vcx and then go in and redefine all the controls in it, but some of the other Foundation classes are a whole lot more complex than _controls.vcx. Also, none of the wizards would use myClasses, they would still use VFP's Foundation Classes.

Is there something out there that may accomplish what I'm looking for?


TIA
Bill Morris
Next
Reply
Map
View

Click here to load this message in the networking platform