G
Guest
I am experimenting with a custom edit Box control for .Net. There I want to control the display of editable text. For example, I want to draw my text by leaving 4 pixel from the start, and want to restrict my Text display ny leaving 4 pixel in the top area and 4 pixel in the bottom area
ALso, I would like to change the text selection color in the edit box
When I inherit from TextBox, I do not get much control, as ownerDraw is not available for editBox. Is there any idea ? Is NativeCall is the only way, then I have to totally re-invent the wheel
Rgds
sandee
ALso, I would like to change the text selection color in the edit box
When I inherit from TextBox, I do not get much control, as ownerDraw is not available for editBox. Is there any idea ? Is NativeCall is the only way, then I have to totally re-invent the wheel
Rgds
sandee