#include "comutil.h"#pragma comment(lib, "comsupp.lib")#pragma comment(lib, "comsuppw.lib")_bstr_t bstr;bstr = strPath;ShellExecute(m_hWnd, "open", bstr, NULL, NULL, SW_SHOWNORMAL);
Powered by: C++博客 Copyright © 盛胜