VB.NET Tips and Solutions
Visual Basic .NET General Tips and Solutions
VB.NET Tips & Solutions |
Form Properties
Form Flickering on load in IDE or Run Time.
- Double Buffered : When set to false, if you set a background image to the Form, it may flicker, in order to prevent the VB.NET Form from flickering you need to set the Form Properties [Double Buffer = True]