c++ winForms 代码搜集

阅读 75

2023-05-15


调用打开程序,或软件图片音乐等等:

using namespace System::Diagnostics;

 openFileDialog1->ShowDialog();
  Process::Start(openFileDialog1->FileName);------------------------------------------------------------------------------

------------------------------------------------------------------------------

------------------------------------------------------------------------------

------------------------------------------------------------------------------

------------------------------------------------------------------------------

精彩评论(0)

0 0 举报