visual basic page 2000 tips
I will have more here soon. Click here
for the Visual Basic Developers' Store.
If you have a control that you will be using often, don't give it too
long a name.
If you have over 10 forms, things will mess up most of
the time, so you should use more than one EXE. If it is a game, you could
make it so that one EXE opens the other and a blank screen pops up which
goes off in 2 seconds. You could make the first EXE tell the second one
some key using SendKeys and have the second one go to the first screen
if that key is pressed in 2 seconds or less.