Search results

  1. C

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

    I have got it I read the progress codes and have resolved it.
  2. C

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

    Please look at my codes and give some more helps I create a dialog TMyDlgEraser, and post m_pcProgress,m_pcProgressTotal. In my Main form,take something like following: xResult = eraserInit(); xResult = eraserCreateContext(&Context); xResult =...
  3. 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