Public Class MyTextBox
Inherits System.Windows.Forms.TextBox
'SetStyle(ControlStyles.UserPaint, true);
Public Sub New()
SetStyle(ControlStyles.UserPaint, True)
End Sub
Protected Overrides Sub OnPaint(ByVal e As System.Windows.Forms.PaintEventArgs)
'Your code here...