Winforms application shakes when loading if a background image is set
I set a background image for my 开发者_JAVA技巧forms, but when I run the application, the form shakes. If I remove the background image, the form doesn't shake. How can I set the background image without my form shaking?
Have you tried setting the "DoubleBuffer" property on the form to true?
I had the same problem with a background flashing when the mouse was passing over a trasparent button.
精彩评论