Hi!
How can i make a picture
fly around in my program??
/ CyberCarsten [^Cc^]
Printable View
Hi!
How can i make a picture
fly around in my program??
/ CyberCarsten [^Cc^]
Put the picture in to a picture box and keep changing the .top and .left properties of the picture box. If you want it to fly around the screen, put the picture box on a form and change the form's border style to 0 (no border), then just change the forms .left and .top properties