开发者

[VC/MFC]why the app window is affected by other items which move across it?

开发者 https://www.devze.com 2023-01-19 22:17 出处:网络
I\'ve made two screen shots in order t开发者_开发技巧o make the problem specified. The normal style:

I've made two screen shots in order t开发者_开发技巧o make the problem specified.

The normal style:

[VC/MFC]why the app window is affected by other items which move across it?

the affected style after I move some windows such as browsers across it:

[VC/MFC]why the app window is affected by other items which move across it?

I wonder why this happened?And How can fix this problem?I'm working with VS2008 on Windows.

Thanks in advance!


When this has happened to me - it's due to not handling the OnPaint calls correctly. That's the area I would look at

0

精彩评论

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