I used several threads in an application and i use a timer too.
I didn't used the MFC.
This timer causes an interruption funtion each 1 millisecond (ms).
So i count, for example, 10 ms, 5 ms even 500 ms.
The problem: I have use the SetTimer function which timer generates an interruption, but...
My application uses one timer and three threads. Every 100 milliseconds, one frame is launched. But the gap between two frames is more than 2 or 3 seconds !. I supposed it is the priority but even with the HIGHEST PRIORITY, it works the same. I supposed too, the timer is processed after the...
My application writes a lot of information in a list box.
When the list box is full, the scrool bar get smaller but i can not see the new information because the list box doesn't follow the new display.
I can only see the old displayed information.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.