Hi VBApprentice,
This is a popular question in many forums - on different web sites.
Most views I have come across, including my own say you should set a minimum spec for your software which includes the screen resolution.
You should design your forms for 600x800 resolution. Machines which don't have this resolution and will have problems with fitting the form on the screen will be 480x600. They should be told that they should change their screen resolution manually.
Higher resolutions like 1024x760 will display you form within view but it will obviously be smaller.
You can change the screen resolution via code (which I could post if you wish) but this can in some cases disrupt the machine, be incompatiable with the graphics card or cause inconvience to the user. Even if you change the resolution back to what it was may not do it properly.
Regards,
Codefish