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 Chriss Miller 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. RichBrowne

    How to interrupt a do while loop

    Rick, Actually, the movie is running on a remote Grass Valley Profile server. I'm sending commands to the server via a TCP/IP connection. While I'm in the loop waiting for the movie to finish, my app is totally locked up. It won't respond to button clicks or anything. So, it's not running in...
  2. RichBrowne

    How to interrupt a do while loop

    Rick (LazyMe) I'm sorry, I'm a VB programmer forced to use C++ to be able to utilize the manufacturer's SDL to control a Video Server. I need to program a "Pause" button to stop the playback loop. Could you please post some sample code that uses the WaitForSingleObject function to...
  3. RichBrowne

    How to interrupt a do while loop

    This is a condensed version of what I'm doing now. If I understand you correctly, I need to put this entire code in a thread, and this will allow me to handle button clicks while the playback is progressing. And, yes, I would appreciate sample code. Threads are something I've heard of but...
  4. RichBrowne

    How to interrupt a do while loop

    I use a do..while loop to read and display time left in a minute-long process. When time=0, I exit. I need to program a pause button which interrupts the loop. I need something equivalent to the VB DoEvents process to allow loop to be interrupted.

Part and Inventory Search

Back
Top