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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bently5150

    Long term periodic serial port communications in VB6 consumes CPU time

    To answer the original question, the answer given to you is quite correct. A timer will work nicely. However, if you want to include your routine in a class or module, then you can not use a timer (as far as I know) because there is no form to drop it on. In this case, use 'Sleep'. See next...
  2. bently5150

    Polling vs. Raise Event

    Great question. We have a dual monitor system used by an examiner to test a subject. Only the examiner has access to the keyboard and primary monitor. The subject uses an actual USB Reaction Time Button hardware device which has an OCX and limited set of function calls. The RT buttons need to...
  3. bently5150

    Polling vs. Raise Event

    Any advice on using an event instead of polling? I do a lot of polling in my application. For one, I have to check Reaction Time buttons to see if they are being pressed. It used to really chew up the CPU until I introduced Sleep to my polling loop. I am already familiar with the timer...
  4. bently5150

    Long term periodic serial port communications in VB6 consumes CPU time

    I have a related question, will start new thread "Event vs. Polling" Thanks, Bently

Part and Inventory Search

Back
Top