Custom controls or extend existing controls?
Hi,
I need to create some controls where most of the feature must
be modifiable like font,font color,background color.
So is it possible to extend the existing controls like listbox,editbox to change
these attributes or should I go ahead with creating custom controls from scratch
for each of them so that I can get all the features but after lots of hardwork.
Thanks.
--Mayur.
Re: Custom controls or extend existing controls?
Hi mayur_24.
I am also Looking Exactly Same For The ListBox. If u Got The Any Solution
Plz Let me know.
(i am Looking For Creating The Custom Controls For ListBox)
How I Will Proceed For This
Thanks in Advance
Re: Custom controls or extend existing controls?
Well you can extend the listbox drawing a bit to adjust various attributes.Same can be done for the edwin as well.
But remember if the modifications are only about color and font then it will work fine.Anything more complex and it starts getting a bit sticky.
So you can try,but you have been warned ;).
--Mayur.