ホーム » 2011 » 2月 » 16

日別アーカイブ: 2011/02/16

2011年2月
 12345
6789101112
13141516171819
20212223242526
2728  

カテゴリー

アーカイブ

ブログ統計情報

  • 77,403 アクセス



BrowseFile でファイル名を指定

Debug\EnvMove\RegExp\RegExpDg.cpp より
CString filter = _T(“登録ファイル (*.reg)|*.reg|All Files (*.*)|*.*||”) ;
BrowseFile  bf ;
bf.SetFilter(filter) ;
bf.SetDialogIsSave() ;
bf.SetInitialFolder(comDoc) ;
bf.SetFileName(outFile) ;
bf.SetFileName(::FolderAddLastSP(comDoc)+::GetFileName(outFile)) ;
if (bf.Browse()) {
 outFile = bf.GetSelectFile() ;
 }

BrowseFF.cxx

Is this 投稿 useful? Useful Useless 0 of 0 people say this 投稿 is useful.