Shell "",vbNormalFocus
阅读全部 | 2016年8月5日 14:02
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2823099938&site=qq&menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:2823099938:41" alt="软件定制联络" title="软件定制联络"/></a>
阅读全部 | 2015年9月26日 14:20
Private sub Menu1_click()
Form1.show
Form1.zorder 0
End sub
阅读全部 | 2015年9月26日 14:04
Private Sub Command1_Click()
Set ie = CreateObject("INTERNETEXPLORER.APPLICATION")
ie.Visible = True
ie.Navigate "http://"
End Sub
阅读全部 | 2015年9月26日 13:58