main logo
Subject: Re: VFP8: Subclass a VCX
Author: "Michael J. Babcock"
Posted: 2004/04/30 15:43:43
 
View Entire Thread
New Search


Michael J. Babcock wrote:

> Crooks, David L. wrote:
>
>> I have a VCX that I want to subclass. What magic commands am I missing?
>> TIA!

DEFINE CLASS ClassName1 AS ParentClass [OF ClassLibrary] [OLEPUBLIC]

example:
DEFINE CLASS cboMySubClass AS cboMyBaseClass OF
c:\dev\crooks\classes\mybaseclasses.vcx

Is that what you mean?

--

Michael J. Babcock, MCP
President/CSA, MB Software Solutions, LLC
http://mbsoftwaresolutions.com
"Bettering your bottom line by helping you work smarter, not harder,
with custom software solutions."


 
©2004 Michael J. Babcock
<-- Prior Message New Search Next Message -->