https://github.com/deonvz/ufo
A flying UFO image on a background written in Visual Basic
https://github.com/deonvz/ufo
vb vb6 visualbasic visualbasic6
Last synced: 10 months ago
JSON representation
A flying UFO image on a background written in Visual Basic
- Host: GitHub
- URL: https://github.com/deonvz/ufo
- Owner: deonvz
- Created: 2022-10-17T19:01:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T19:03:03.000Z (about 3 years ago)
- Last Synced: 2025-01-21T20:48:44.832Z (11 months ago)
- Topics: vb, vb6, visualbasic, visualbasic6
- Language: VBA
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.TXT
Awesome Lists containing this project
README
http://www.vb-helper.com/HowTo/movepic.zip
Purpose
Animate a picture moving.
Method
Use a timer to move the picture a little bit at a time. Redraw exposed parts
of the background. Use BitBlt to perform the drawing.
The book "Visual Basic Graphics Programming" describes lots of other
graphics techniques. For more information, go to
http://www.vb-helper.com/vbgp.htm.
Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.