reactor415
September 9th, 2002, 10:09 PM
Hello,
I'm developing a program in C that involves automatically pasting images into MSWord. Some images are rather large and Word takes a while to finish pasting them. Is there a way to suspend execution of my program until Word is finished pasting? I tried using WaitForInputIdle but that didn't work. Thanks!
I'm developing a program in C that involves automatically pasting images into MSWord. Some images are rather large and Word takes a while to finish pasting them. Is there a way to suspend execution of my program until Word is finished pasting? I tried using WaitForInputIdle but that didn't work. Thanks!