Your painting behind the tab control, on the form and not on the tab control.
You need to Inherit in a classs the tab control so you can get access to the OnPaint event. There may be another
way to draw on the control without inheriting. I'll look into it.