不用 API ,直接调用关联的程序   有时候,我们会忘记简单的方法: ' Notepad: Result = Shell("start.exe notepad", vbHide) ' E-mail: nResult = Shell("start.exe mailto:kenj@163.net", vbHide) ' Internet: nResult = Shell("start.exe http://vbtt.yeah.net", vbHide) ' Word nResult = Shell("start.exe myfile.doc", vbHide) ' Picture Viewer nResult = Shell("start.exe myfile.jpg", vbHide)