Subject: How to write code to draw bouncing circles
Posted By: Bimbo Post Date: 11/11/2005 8:22:43 AM
I use visual basic in excel environment and i will like to know the codes required to draw a bouncing circle in visual basic
I will be very grateful if anybody can help me demystify this code

Reply By: marcostraf Reply Date: 11/11/2005 1:17:12 PM
"demistify"? :)
One of the standard VB controls is the Shape, that can be use to draw graphics. Set the Shape property to vbShapeCircle
Add a Timer control, and in the Ontimer event change the circle position using the Move method
Marco

Go to topic 29588

Return to index page 437
Return to index page 436
Return to index page 435
Return to index page 434
Return to index page 433
Return to index page 432
Return to index page 431
Return to index page 430
Return to index page 429
Return to index page 428