Avoid hourglass after calling CreateProcess

604 views Asked by At

In my Win32 app I embed ffplay.exe for video preview. It works great but each time I start a preview the cursor becomes "busy", i.e. arrow+hourglass. I want to avoid that.

1

There are 1 answers

0
sharptooth On BEST ANSWER

Set STARTF_FORCEOFFFEEDBACK flag in dwFlags member of STARTUP_INFO struct that you pass to CreateProcess().