8685.html
来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 27 行
HTML
27 行
<html>
<head>
<title>Image 闪动问题无解</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Image 闪动问题无解</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by <a href="mailto:yfwu@iname.com">小吴</a> on December 29, 1998 at 15:46:03:<p>
In Reply to: <a href="8614.html">Re:Re: 有关字串及数字</a> posted by 仔仔 on December 25, 1998 at 19:01:34:<p>
关于你说的使用 Image 控制项发生的闪动问题基本上是无解的。<br>如果你要平滑地移动图形,你只能用 PaintPicture 自己画,并将 AutoRedraw 设为 True,这样就不会有闪动的问题了。
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 8685-->
<!--top: 8702--><li><a href="8702.html">Re: Image 闪动问题无解</a> <b>仔仔</b> <i>21:27:35 12/29/98</i>
(<!--responses: 8702-->0)
<ul><!--insert: 8702-->
</ul><!--end: 8702-->
</ul><!--end: 8685-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?