用Winexec(),API函数,看看帮助吧

解决方案 »

  1.   

    ShellExecute(handle, NULL, path_to_folder, NULL, NULL, SW_SHOWNORMAL);or 
    HINSTANCE ShellExecute(
        HWND hwnd, 
        LPCTSTR lpOperation,
        LPCTSTR lpFile, 
        LPCTSTR lpParameters, 
        LPCTSTR lpDirectory,
        INT nShowCmd
    );
    ShellExecute(handle, "open", path_to_folder, NULL, NULL, SW_SHOWNORMAL);//打开动作,To explore a folder, use the following call: //浏览器ShellExecute(handle, "explore", path_to_folder, NULL, NULL, SW_SHOWNORMAL);
      

  2.   

    CreateProcess,shellExecute,Winexec,LoadModule
      

  3.   

     to airhorse(编程至尊宝):
    你真是到处赚分啊,佩服佩服~~~~