Office中国论坛/Access中国论坛

标题: 请问怎么写代码打开某个指定路径的文件夹? [打印本页]

作者: 古家林    时间: 2008-1-26 21:35
标题: 请问怎么写代码打开某个指定路径的文件夹?
请问怎么写代码打开某个指定路径的文件夹?例如打开c:\tp
作者: andymark    时间: 2008-1-26 21:52
Private 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

Call ShellExecute(hwnd, "Open", "", "", "c:\tp", 1)
作者: 古家林    时间: 2008-1-27 16:10
已经按andy兄的方法搞掂了,谢谢。
作者: cadgeeman    时间: 2009-3-31 15:37
学习,学习
作者: szyewj    时间: 2009-4-17 11:43
挑战自我,超越无限
作者: 快乐王    时间: 2009-4-24 14:23
谢谢andymark,我也借光了。
作者: chaojianan    时间: 2009-9-27 09:46
很不错的ShellExecute函数,谢谢分享。
作者: LeeTien    时间: 2010-5-12 15:36
不错,学习了!




欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/) Powered by Discuz! X3.3