Tuesday, May 22nd 2012, 12:18am UTC+2

You are not logged in.

  • Login
  • Register

Budly

Beginner

1

Sunday, January 9th 2011, 10:04pm

Picture1.Scale and Picture1.Circle

Newbie from VB6 here....

What is the simplest way to rescale the plotting scale in a picture box (used to be just .Scale with the mins and maxes after that) and then draw a simple circle?

VB6 EXAMPLE:

Sub DrawACircle()
Dim CircleRadius As Single
CircleRadius = 10
Picture1.Scale (-50 50)-(50, -50)
Picture1.Circle (0, 0), CircleRadius, vbBlack
End Sub

theuserbl

Intermediate

2

Sunday, January 9th 2011, 10:13pm

I am currently on Linux, so that I have at the moment not looked deeper at it.

But possible at
[ http://www.jabaco.org/board/589-examples…s-and-more.html ]
the first example program helps you

Rate this thread
WoltLab Burning Board