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