.chm~
用API:ShellExecute
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
使用方法:
ShellExecute 0&, "open", "X:\Program Files\Microsoft Visual Studio\MSDN98\98VS\2052\ADO200.CHM", vbNullString, vbNullString, 1
把路径改改就可以了
去这里看看http://bbs.cfan.com.cn/showthread.php?t=270619
你可以学到不少~