毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> 开发语言 >> 正文

Image设置了Index 怎么做鼠标移动事件

更新时间:2012-8-10:  来源:毕业论文

Private Sub Image(0)_MouseMove(Button As Integer, Shift As Integer, x As Single, y As Single)

'鼠标移动到Image(0)时 变换图像
Image(0).Picture = Image1(0).Picture

End Sub

Private Sub PictureBox(0)_MouseMove(Button As Integer, Shift As Integer, x As Single, y As Single)

'鼠标离开image,在Picture移动
Image(0).Picture = Image2(0).Picture

End Sub

这个要怎么修改
Private Sub PictureBox(0)_MouseMove(Button As Integer, Shift As Integer, x As Single, y As Single)

with Image(0)

if x>.left and y>.top and x<.left+.width and y<.top+.height then 
  .Picture = Image2(0).Picture
end if
end with
End Sub

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。