----- Original Message -----
kc0fcp wrote:
> AFIK, Powerpoint knows nothing about my program. I don't know why the
> presentation pauses - it seems to be a built-in characteristic of PPT.
> I reviewed all the show setup options in PPT and didn't see anything
> about pausing for other windows, though.
Rob wrote:
>On the other hand, maybe you could arrange for your program's window to
>be always on top, and then redirect focus back to the PowerPoint window.
>You'll have to find which window that is. Use WinSight of Spy++ to
>figure out what PowerPoint's window class is, and use FindWindow in your
>program to get a handle to that window. Then use SetFocus.
.
I have a program i can send to get the win type if you should need one.
I've done similar code as Rob suggests to solve a similar problem
eg: getting the win handle and killing the win to remove it off the screen in my case.
Cheers,
Charlie
I
[Non-text portions of this message have been removed]
.