Have mercy on the newbie...
I've developed a worker thread that functions flawlessly within my dlg-based app. However, I've decided I want to have a progress bar that gives an indication of the thread's progress. I've tried to put the progress bar on the main dlg but can't figure out how to StepIt() from within my thread. Is there a way I can communicate from within my static UINT Dlg::Thread(pParam) function to update the progress bar?
I've developed a worker thread that functions flawlessly within my dlg-based app. However, I've decided I want to have a progress bar that gives an indication of the thread's progress. I've tried to put the progress bar on the main dlg but can't figure out how to StepIt() from within my thread. Is there a way I can communicate from within my static UINT Dlg::Thread(pParam) function to update the progress bar?