开发者

Avoid hourglass after calling CreateProcess

In my Win32 app I embed ffplay.开发者_StackOverflowexe 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.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜