I need to display a msctls_progress32 bar with some static values. I will update it sometime using (actually rarely) to display the status of a magnitude (like an instruments display). Could you please advice and/or give some ideas on the way to do it? For example a dialogue with a msctls_progress32 bar, an onscreendisplay or perhaps something else more convenient which – presumably – I do not know.
Many thanks.
ret ;messages sel message ,caseWM_INITDIALOG ,int i=RandomInt(1090) ,SendMessageid(3 hDlg)PBM_SETPOS i 0 , ,caseWM_DESTROY ,caseWM_COMMANDgoto messages2 ret ;messages2 sel wParam ,caseIDOK ,caseIDCANCEL ret1