Skip to content

Instantly share code, notes, and snippets.

@Tocchann
Created August 16, 2019 02:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tocchann/8ffc455cd312c389147d9ec8337666f8 to your computer and use it in GitHub Desktop.
Save Tocchann/8ffc455cd312c389147d9ec8337666f8 to your computer and use it in GitHub Desktop.
古のインジケータ処理
void CSampleDlg::OnOK()
{
// いろいろ前処理
CProgressDlg dlg; // 同期で処理することを前提に作ったプログレス表示クラス
dlg.Create();
if( CountCharInFile( dlg, m_targetPath, m_numbers ) )
{
// 画面を更新
}
dlg.CloseWindow();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment