Is it possible to draw a shape in a textbox(not rich)?
I tried the below, but nothing seems to happen.
Protected Overloads Sub OnPaintBackground(ByVal pevent As System.Windows.Forms.PaintEventArgs)
pevent.Graphics.DrawEllipse(Pens.Black, pevent.ClipRectangle)
End Sub
The future hope is to make a textbox with a watermark type image on the side.