2010年6月19日 星期六

C+ OpenFileDialog Example

OpenFileDialog^ fDialog = gcnew OpenFileDialog();


if(fDialog->ShowDialog()==System::Windows::Forms::DialogResult::OK){

To_string(fDialog->FileName,fileName1);

}

沒有留言:

張貼留言