Hello,
I am trying to customize the appearance of a textbox but with overriding
the onPaint Method it doesn't work!
I have read that drawing of a textbox is done by Windows and not by .Net
and therfore the WndProc method has to be overridden.
Now my question is where to start getting information about this? I
didn't find anyting anywere that explains the basics about it.
Thanks
Ferdinand
Stuart Nathan - 11 Aug 2006 11:03 GMT
The textbox doesn't allow user redraws.
but the RichTextBox does