|
-
May 6th, 2003, 11:48 AM
#1
Thread Starter
Junior Member
Can't see anything in form.load
I draw a fixed circle using the graphics method...drawEllipse() in the form load form. However, When the form loads, it is not visible. What am I missing ?
I do not want to use form.
Here is what I have in my form.load ::
'getCenter(230, 230)
'getRadius(80)
Dim myBrush As New SolidBrush(Color.CadetBlue)
Me.CreateGraphics.FillEllipse(myBrush, 150, 150, 180, 180)
myBrush.Dispose()
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|