Quote Originally Posted by techgnome View Post
... not to discourage you or anything but 2000 lines for a project isn't much...
Agreed - and with VB.NET it's easy enough to have a huge project that's extremely easy to overlook with various tools like seperate files, regions and comments. I remember the good old days when programming was done in machine code with many thousand lines of coding, no commenting and nothing even close to the editing capabilities present today; not to mention common practises like self-modifying programs . Or rung programming on a PLC. Thank god those days are over.

#EDIT: Not to be completely off topic: You (the OP) should most definately start using #Regions!