How to update the text of StatusBarProgressMeter

How can I change the text after initializing the progress bar?
doc->StatusBarProgressMeterStart(0, size, L"Calculating size...", true, true);

Use CRhinoDoc::StatusBarProgressMeterPos.

ā€“ Dale

1 Like