Search results

  1. C

    How to Display progress in C++ Builder by using eraser.dll

    I wanna know how to display the progress bar by calling eraser.dll , so I took a look at EraserDlg.cpp and found that EraserDlg::OnEraserNotify(WPARAM wParam, LPARAM) ,EraserWipeBegin(),EraserWipeUpdate(), EraserWipeDone() are the key. But I don't exactly know how to call the progress window...
Back
Top