i want to use "Sub Circle(Step As Integer, X As Single, Y As Single, Radius As Single, Color As Long, Start As Single, End As Single, Aspect As Single) "
to draw a partial circle, but cannot get it to work:
gauge1.circle 100,1000,1000,1000,vbred,0,500
i get an error syntax error even if i do
gauge1.circle (100,1000,1000,1000,vbred,0,500)
basically i want to draw a partial circle inside of a picturebox, the reason is i want to make a nifty looking gauge that has a red line going around it, sorta like what i've seen on a crane. thanks in advance, james
to draw a partial circle, but cannot get it to work:
gauge1.circle 100,1000,1000,1000,vbred,0,500
i get an error syntax error even if i do
gauge1.circle (100,1000,1000,1000,vbred,0,500)
basically i want to draw a partial circle inside of a picturebox, the reason is i want to make a nifty looking gauge that has a red line going around it, sorta like what i've seen on a crane. thanks in advance, james