Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
CurrentX = X
CurrentY = Y
End Sub
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button Then
Line -(X, Y), forcolor
End If
End Sub


shell命令调用的方法,路径用到App.Path
Private Sub huatu_Click()
Shell App.Path + "\画图.exe"
End Sub


最近一直在忙课程设计,弄得也满有激情的,不知道是想展示自己,还是对编操作系统程序的执迷,反正用了很大功夫,组长连连说我不务正业。还有两天时间,再也不弄vb了。

相关文章:

  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2021-12-19
  • 2021-06-16
  • 2021-05-18
猜你喜欢
  • 2021-07-12
  • 2022-12-23
  • 2021-11-24
  • 2021-05-16
  • 2021-10-30
  • 2021-12-14
  • 2021-06-30
相关资源
相似解决方案