Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by lilou

  1. lilou

    MultiThread and timer application

    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...
  2. lilou

    Timer and threads optimization

    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...
  3. lilou

    List box

    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.

Part and Inventory Search

Back
Top