本文介绍了标题栏图像使用ONNCHITTEST闪烁的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当我使用ONNCHITTEST方法拖动我的应用程序时,图像(最大化,最小化,关闭)闪烁白色。
我能得到任何帮助请。
When am using ONNCHITTEST method to drag my application,images(maximise,minimise,close) are flickering in white color.
Can i get any help regarding that please.
推荐答案
ModifyStyle(WS_SYSMENU,0);
在ncpaint方法中为我解决了这个问题。
在这里找到相关信息:
[]
问候,
Uday。
in the ncpaint method resolved the issue for me.
Find out the information about that here:
http://msdn.microsoft.com/en-us/library/0xhz2t1c%28v=vs.80%29.aspx[^]
Regards,
Uday.
这篇关于标题栏图像使用ONNCHITTEST闪烁的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!