M
MFC_Michael
Guest
Hi All,
I have a refresh problem in newest W10 system. The system version is as follows(Version 1709, OS builder:16299.15):
Then I create a default multi-document project by MFC of Visual Studio 2012, the application will look as follows:
Following the picture to drag the slider, the result will be as follows:
Here we see the refresh is not correct, the previous shadow is still there.
For the code when to draw the shadow, following picture shows:
So is there any wrong by calling "dc.DrawDragRect"? Do you have any idea about how to change to fix the refresh problem if we overwrite the OnMouseMove function? Or is this a bug of W10 newest system so that we could not fix?
This problem only happen when use W10 newest verion 1709(builder 16299.15). Any suggestion is welcome.
Best regards,
Michael
Continue reading...
I have a refresh problem in newest W10 system. The system version is as follows(Version 1709, OS builder:16299.15):
Then I create a default multi-document project by MFC of Visual Studio 2012, the application will look as follows:
Following the picture to drag the slider, the result will be as follows:
Here we see the refresh is not correct, the previous shadow is still there.
For the code when to draw the shadow, following picture shows:
So is there any wrong by calling "dc.DrawDragRect"? Do you have any idea about how to change to fix the refresh problem if we overwrite the OnMouseMove function? Or is this a bug of W10 newest system so that we could not fix?
This problem only happen when use W10 newest verion 1709(builder 16299.15). Any suggestion is welcome.
Best regards,
Michael
Continue reading...