P
Patrick Blackman
Has anyone used CreateWindowEX API to create a control in C#? I want to
create the Richtextbox control using this method so I can have better
control over the underlying interfaces to substantial extend the
functionality.
Any Ideas would be appreciated. What I really want to do is create the
control with a limited exposure of properties, if I subclass the RictextBox
in .net , there are just too many properties exposed. In VB we had the
option of choosing which base properties to display.
Any help or example would be appreciate. Thanks
create the Richtextbox control using this method so I can have better
control over the underlying interfaces to substantial extend the
functionality.
Any Ideas would be appreciated. What I really want to do is create the
control with a limited exposure of properties, if I subclass the RictextBox
in .net , there are just too many properties exposed. In VB we had the
option of choosing which base properties to display.
Any help or example would be appreciate. Thanks