当前位置: X题卡 > 所有题目 > 题目详情

要求当鼠标在图片框P1中移动时,立即在图片框中显示鼠标的位置坐标。下列能正确实现上述功能的事件过程是

查看本题答案

你可能感兴趣的试题

Private Sub P1_MouseMove(Button As Integer,Shift As Integer,X As Single,Y As Single)  Print X Y  End Sub  Private Sub P1_MouseDown(Button As Integer,Shift As Integer,X As Single,Y As Single)  Picture.Print X,Y  End Sub  Private Sub P1_MouseMove(Button As Integer,Shift As Integer,X As Single,Y As Single)  P1.Print X,Y  End Sub  Private Sub Form_MouseMove(Button As Integer,Shift As Integer,X As Single,Y As Single)  P1.Print X,Y  End Sub  
文本编辑区  文本区左边的选定区  文本区上面的标尺  文本区中插入的图片或图文框中  
将鼠标移到文本框的边框上,当鼠标指针变为四个方向的小箭头时,按下鼠标左键并拖动鼠标  将鼠标移到文本框的边框上,当鼠标指针变为四个方向的小箭头时,按下鼠标右键并拖动鼠标  将鼠标移到文本框边框上的选择句柄上,当鼠标指针变为双向的小箭头时,按下鼠标左键并拖动鼠标  将鼠标移到文本框边框中的文字上,按下鼠标右键并拖动鼠标  
Private Sub P1_MouseMove(Button As Integer,Shift As Integer,X As Single,Y As Single)
Print X,Y
End Sub  
Private Sub P1_MouseDown(Button As Integer,Shift As Integer,X As Single,Y As Single)
Picture.Print X,Y
End Sub  
Private Sub P1_MouseMove(Button As Integer,Shift As Integer,X As Single,Y As Single)
P1.Print X,Y
End Sub  
Private Sub Form_MouseMove(Button As Integer,Shift As Integer,x As Single,Y As Single)
P1.Print X,Y
End Sub  
当鼠标移动到这些图片上时,如果给图像加上了说明文本,浏器可以在鼠标旁弹出一个黄底的说明框  当浏器禁止显示图片时,如果给图像加上了替换文本,可以在图片的位置显示出这些文本  使该图像下载速度变快  使该图象优先下载  
Private Sub Form_MouseMove(Button As Integer,Shift As Integer,X As Single,Y As Single)  P1.Print X,Y  End Sub  Private Sub P1_MouseMove(Button As Integer,Sluft As Integer,X As Single,Y As Single)  P1.PrintX,Y  End Sub  Private Sub P1_MouseMove(Button As Integer,Shift As Integer,X As Single,Y As Single)  Print X,Y  End Sub  Private Sub P1_MouseDown(Button As Integer,Shift As Integer,X As Single,Y As Single)  Picture,Print X.Y  End Sub  
文本编辑区  文本区左边的选定区  文本区上面的标尺区  文本区中插入的图片或图文框中  
将鼠标移到文本框的边框上,当鼠标指针变为四个方向的小箭头时,按下鼠标左键并拖动鼠标  将鼠标移到文本框中的文字上,按下鼠标右键并拖动鼠标  将鼠标移到文本框边框上的选择句柄上,当鼠标指针变为双向的小箭头时,按下鼠标左键并拖动鼠标  将鼠标移到文本框边框上的选择句柄上,当鼠标指针变为双向的小箭头时,按下鼠标右键并拖动鼠标  
Private Sub Picture1_MouseMove(Button As Integer,Shift As integer,XAs Single,Y As Single)  Picture1.Print X,Y  EndSub  Private Sub Picture1_MouseMove(Button As Integer,Shift As Integer,XAs Single,Y As Single)  Print X,Y  EndSub  Private Sub Picture1_MouseDown(Button As Integer,Shift As Integer,XAs Single,Y As Single)  Picture.Print X,Y  End Sub  Private Sub Form_MouseMove(Button As Integer Shift As Integer,XAs Single,Y As Single)  Picture1.Print X,Y  End Sub  
Private Sub Picture1_MouseMove(Button As Integer,Shift As integer,XAs Single,Y As Single)
Picture1.Print X,Y
EndSub  
Private Sub Picture1_MouseMove(Button As Integer,Shift As Integer,XAs Single,Y As Single)
Print X,Y
EndSub  
Private Sub Picture1_MouseDown(Button As Integer,Shift As Integer,XAs Single,Y As Single)
Picture.Print X,Y
End Sub  
Private Sub Form_MouseMove(Button As Integer Shift As Integer,XAs Single,Y As Single)
Picture1.Print X,Y
End Sub  
当鼠标移动到这些图片上时,如果给图像加上了说明文本,浏览器可以在鼠标旁弹出一个黄底的说明框  当浏览器禁止显示图片时,如果给图像加上了说明文本,可以在图片的位置显示出这些文本  使图像下载速度变快  使该图像优先下载  
文本编辑区  文本区左边的选定区  文本区上面的标尺区  文本区中插入的图片或图文框中  
在“文件”菜单中单击“另存为”命令项,然后在弹出的对话框中选择“保存图片”  在“编辑”菜单中单击“另存为”命令项,然后在弹出的对话框中选择“保存图片”  在该图片上双击鼠标,然后在弹出的对话框中选择“图片另存为”  在该图片上右击鼠标,然后在弹出的快捷菜单中选择“图片另存为”  
Private Sub P1_MouseMove(Button AS Integer,Shift As Integer,X As Single, Y As Single)  Print X,Y  End Sub  Private Sub P1_MouseDown(Button AS Integer,Shift As Integer,X As Single, Y As Single)  Picture.Print X,Y  End Sub  Private Sub P1_MouseMove(Button AS Integer,Shift As Integer,X As Single, Y As Single)  P1.Print X,Y  End Sub  Private Sub Form_MouseMove(Button AS Integer,Shift As Integer,X As Single, Y As Single)  P1.Print X,Y  End Sub  

热门试题

更多