I'm developing windows forms using VB.NET 2003 and whenever I run my application I have screen glitches. For example, If i drag a screen I developed it creates a window streak on the screen. I tested this problem out on another computer and I still have the same problem. I'm sure someone has encountered this problem. Does somebody have a solution to this problem

Screen Refresh Problem
Alessio Montagnini
Simon1787
WJ53418
I'm using a MDI Form and I have children screens. I start the application up with a splash screen that disappears after 3 seconds. Once the splash screen ends, I open the MDI Form. I know it doesn't have anything to do with the splash screen because I took out the code where I create a thread and I still had the same problem. I'm using Visual Studio 2003, and I am working on a Compaq Evo.
Soahc
Eyaltac
Teeravee Sirinapasawasdee
With Me 'your form
'set up double-buffering
.SetStyle(Windows.Forms.ControlStyles.DoubleBuffer Or Windows.Forms.ControlStyles.UserPaint Or Windows.Forms.ControlStyles.AllPaintingInWmPaint, True)
.UpdateStyles()
End With
stacyb