末梢血管病变:求VB小程序

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/04 15:48:35
谁能给我一个VB的小程序么.越简单越好..明天我们计算机会考..谢谢谢谢了

Private Sub Form_Load()
MsgBox "Hello World"
End Sub

The easier the better?!

Private Sub Form_Click()
MsgBox "The easier the better"
End Sub