readme.txt
来自「简单的vb小程序,是个小动画,适用于初学者」· 文本 代码 · 共 19 行
TXT
19 行
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.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?