开发者

Avoid hourglass after calling CreateProcess

开发者 https://www.devze.com 2023-02-09 04:49 出处:网络
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 STA

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

精彩评论

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

关注公众号