可以让系统用默认的打开网页的程序打开shellexecute 窗口句柄,"open",要打开的文件,"","",1

解决方案 »

  1.   

    shellexecute 的用法shellexecute 窗口句柄(一般使用me.hwnd),调用命令"open",打开的文件或网址,""调用参数,""程序执行路径,打开方式1
      

  2.   

    你每次给的分真少。这样做:
    shellexecute 窗口句柄,"open","about:blank","","",1
      

  3.   

    Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long