以下是引用ypppla在2009-10-26 21:15:43的发言:
如果启用其他软件可查下ShellExcute函数
HINSTANCE ShellExecute(
HWND hwnd,
LPCTSTR lpVerb,
LPCTSTR lpFile,
LPCTSTR lpParameters,
LPCTSTR lpDirectory,
INT nShowCmd
);
ShellExecute(handle, "open", path_to_folder, NULL, NULL, SW_SHOWNORMAL);