|
*API函数声明Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecute A" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd A s Long) As Long注释:打开某个网址ShellExecute 0, "open", "http://tyvb.126.com", vbNullString, vbNullString, 3注释:给某个信箱发电子邮件ShellExecute hwnd, "open", "mailto:sst95@21cn.com", vbNullString, vbNullString, 0 |
|
共 1 个关于本帖的回复 最后回复于 2013-7-2 13:12