VB题~各位VB高手们,帮帮忙!!!!

[复制链接]
查看11 | 回复5 | 2009-6-8 16:28:14 | 显示全部楼层 |阅读模式
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)Image1.Left = XImage1.Top = YLabel1.Caption = XLabel2.Caption = YEnd Sub...
回复

使用道具 举报

千问 | 2009-6-8 16:28:14 | 显示全部楼层
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Picture1.Left = X
Picture1.Top = Y
Label1.Caption = X
Label2.Caption =...
回复

使用道具 举报

千问 | 2009-6-8 16:28:14 | 显示全部楼层
都不错...
回复

使用道具 举报

千问 | 2009-6-8 16:28:14 | 显示全部楼层
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)Image1.Left = X - Image1.Left / 2Image1.Top = Y - Image1.Height / 2Label1.Caption = X...
回复

使用道具 举报

千问 | 2009-6-8 16:28:14 | 显示全部楼层
楼上正解:Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)Image1.Left = XImage1.Top = YLabel1.Caption = XLabel2.Caption = YEnd Sub...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行