I set a background image for my 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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.