How exactly is this done? I'm about to write a simple game, and if I remember, the .Move property is gone from VB6.
Printable View
How exactly is this done? I'm about to write a simple game, and if I remember, the .Move property is gone from VB6.
I think you can set the Location property of the object like
object.Location = New Point(x, y)