调用打开程序,或软件图片音乐等等:
using namespace System::Diagnostics;
openFileDialog1->ShowDialog();
Process::Start(openFileDialog1->FileName);------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------