Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I create a VCX without using the Class Builder?
Message
From
11/04/2000 20:39:06
 
 
To
11/04/2000 17:02:40
Jacob Rosenbaum
Jaro System Associates, Inc.
Farmingdale, New York, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00358362
Message ID:
00358446
Views:
9
CREATE CLASSLIB Junk
CREATE CLASS MyTextBox OF Junk.VCX AS _Textbox From _Base.VCX
MODIFY CLASS MyTextBox OF Junk.VCX NOWAIT
ASELOBJ(xx)
xx[1].Width= 100
xx[1].Writemethod("Click","WAIT WINDOW PROGRAM() NOWAIT" + CHR(13)+ "RETURN .T.")
xx[1].Save()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform