Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
278 views

How to code a responsive progress bar that uses callback functions?

I have this progress bar that uses callback functions from a third party driver, to display a traditional progress bar in a window called CFProgress. CFProgress *cFM=new CFProgress(); theApp.m_cFM = ...
0
votes
2answers
2k views

ProgressBar freezes when using multithreading

I have a ProgressBar that uses the marquee style when a report is being generated. The reason I am doing this is because the ReportViewer control I use takes some time to generate the report thus ...