With several forms of mine, I occasionally run into the following issue: I edit the form using the designer (Visual Studio 2008, Windows Forms, .NET 2.0, VB.NET) to add comp
Another piece of good practice, do not delete default form constructors. IDE uses them, even when your logic do not. Locking is also useful.