标题:VB中CELL尺寸太小?
只看楼主
killermoney
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2009-8-12
 问题点数:0 回复次数:0 
VB中CELL尺寸太小?
以下代码执行的时候出现错误“cell尺寸太小,至少为1*1像素该怎么修改呢”
Private incounter As Integer

Private Sub Form_Load()
incounter = 0



PictureClip1.Cols = 1
PictureClip1.Rows = 4
PictureClip1.Picture = LoadPicture("C:\31-141-6765-141-1954-153-20061120051111.bmp")


Timer1.Interval = 300

End Sub

Private Sub Timer1_Timer()
incounter = incounter + 1
PictureClip1.Picture = PictureClip1.GraphicCell(i)
If incounter > 3 Then incounter = 0
搜索更多相关主题的帖子: 提问 
2009-08-12 10:17



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-282336-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.603534 second(s), 10 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved