首页 相关文章 如何直接开启一个文件

如何直接开启一个文件

  

Shell 是用来执行外部的可执行文件如果是一个文件,那要用ShellExecute来启动预设的程式来开启文件'HINSTANCE ShellExecute(' HWND   hwnd,     // handle to parent window' LPCTSTR lpOperation, // pointer to string that specifies operation to perform' LPCTSTR lpFile,    // pointer to filename string' LPTSTR  lpParameters, // pointer to string that specifies executable-file parameters' LPCTSTR lpDirectory, // pointer to string that specifies default directory' INT   nShowCmd   // whether file is shown when opened'  );例:.doc 是由word或w...[ 查看全文 ]

2016-02-19 标签:

如何直接开启一个文件的相关文章

手机页面
收藏网站 回到头部