|
-
Apr 22nd, 2000, 12:17 AM
#1
Thread Starter
Lively Member
How I do to build a control that uses the standard controls, for instance a textbox
and do inherit all the properties of this control, besides the properties that I to place in this control.?
As I build a control that contains more than a control, for instance I want to build a control that has something similar to the text box, more some properties and events, and in this same control it contains a grid with properties, events, methods. eg: the control MSCOMCT2.OCX that contains ANIMATION,UpDown,MonthView,DTpicker,FlatScrollBar
Where can I find a good tutorial on controls and class
The blessing of God enriches and it doesn't increase pains
-
Apr 22nd, 2000, 12:56 AM
#2
transcendental analytic
Property Get/Let is what you need to transfer the properties and Public Event/Raiseevent for the events. Also, making more controls drains system resources, you could use classmodules instead.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 22nd, 2000, 01:29 AM
#3
Fanatic Member
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
|