I'm trying to implement a custom TabControl so that I can do my own
painting. I've already implemented a TabPage replacement with no problems,
however, when I create a control inherited from
System.Windows.Forms.TabControl, overriding OnPaint & OnPaintBackground
seems to have no effect. Any tips or ideas? Does anyone know of an example
custom TabControl I can use for reference?
Thanks,
Robert
Robert Misiak - 31 Oct 2004 10:06 GMT
Disregard this message; I overlooked OwnerDrawFixed!
> I'm trying to implement a custom TabControl so that I can do my own
> painting. I've already implemented a TabPage replacement with no
[quoted text clipped - 5 lines]
> Thanks,
> Robert
Mick Doherty - 31 Oct 2004 10:50 GMT
http://dotnetrix.co.uk/tabcontrols.html

Signature
Mick Doherty
http://dotnetrix.co.uk/nothing.html
> I'm trying to implement a custom TabControl so that I can do my own
> painting. I've already implemented a TabPage replacement with no
[quoted text clipped - 5 lines]
> Thanks,
> Robert