Private Sub Form1_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles MyBase.Paint Dim gr As System.Drawing.Graphics= Me.CreateGraphics() ' Fill the ellipse. gr.FillEllipse(System.Drawing.Brushes.DarkGray, 0, 0, _ Me.ClientSize.Width - 5, _ Me.ClientSize.Height - 5) End Sub
Himanshu Manjarawala Sr. Software Engineer@AutomationAnywhere http://fieredotnet.wordpress.com/
gowthaman8870226416
Login to post response