摘要: vc++中打开文件对话框 1. 实现的效果: 2. 对应源代码 auto CHexSampleDlg::OpenFileDlg()const->std::optional<std::vector<std::wstring>> { //弹出文件对话框 CFileDialog fd(TRUE, null 阅读全文
posted @ 2020-06-03 20:09 Aniston 阅读(289) 评论(0) 推荐(0)