Link to home
Start Free TrialLog in
Avatar of Kelvsat
Kelvsat

asked on

Draw Circle in VB

I understand that we can draw a circle or other shapes in VB. But, after i studied the Help file on this topic in MSDN i still don't understand the exact method to draw. Does anyone can provide me some guides???
Thanx.
Avatar of JonFish85
JonFish85

FormName.Circle (X, Y), Radius

used like this:

Me.Circle (Me.ScaleWidth \ 2, Me.ScaleHeight \ 2), 500

hope this helps!
ASKER CERTIFIED SOLUTION
Avatar of PaulHews
PaulHews
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Why not just add a Shape object, and set its Shape property to 3 (circle)?
Kelvsat, what more information do you need at this time?  Please maintain the questions you ask.
Avatar of Richie_Simonetti
Hi, are you still alive?
Please, return to this question to PAQ, award points or post some feedback.
If you have problems with this, ask community support:
https://www.experts-exchange.com/commspt/
Cheers
Avatar of Kelvsat

ASKER

sorry for very late reply..