DDT dialog has a label for each thread to show BytesSent progress
Each thread uses CONTROL SET TEXT ghDlg, gControlID(x), BytesSent$
Should only thread running the dialog update the DDT dialog?
Is this causing unnecessary context switching?
Each thread uses CONTROL SET TEXT ghDlg, gControlID(x), BytesSent$
Should only thread running the dialog update the DDT dialog?
Is this causing unnecessary context switching?
Comment