You could use the PSet method on the Form or on a PictureBox control. Don't forget the Sin function takes its argument in radians.
Code:
For a = 0 To 359
c = a * 3.14159 / 180
b = 400 + (200 * Sin(c))
Me.PSet (5 * a, 5 * b)
Next a
___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?' Drive a Steam Roller Steam Engine Prints
___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?' Drive a Steam Roller Steam Engine Prints
As I said before: 1. Chart Object
A search on this forum or a quick google will show the MSChart control is in MSCHRT20.ocx. You should find it under Project|Components
___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?' Drive a Steam Roller Steam Engine Prints
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.