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




Reply With Quote