vb中如何实现image里的图片跟鼠标一起动

 我来答
牛人影视
2011-12-18 · TA获得超过1395个赞
知道大有可为答主
回答量:1491
采纳率:0%
帮助的人:1597万
展开全部
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Image1.Move X, Y
End Sub
追问
vb中两个image图片接触:其中一个移动到另一个IMAGE图片那弹出窗口提示,怎么设计。麻烦你在给我解答下
追答
这和你的问题是两回事吧?
也有个人问过这个问题,不会也是你吧?
把以下代码放到你的图片移动事件中;

dim w as long,h as long,
dim w2 as long,h2 as long
w=image1.left+image1.width
h=image1.top+image1.height
h2=image2.top+image2.height
w2=image2.left+image2.width
with image2
' 1 左右碰撞:
if (w>=.left) and (h>=.top and image1.top=.top) and (w>=.left and image1.left<=w2) then end
end with
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式