Ok for the first question:
Add a Module
In the module, add this code:
VB Code:
Public Sub Main() Load frm1 Load frm2 ' etc. End Sub
Now rightclick the project name in the file list and select Properties, then change Startup Object to SubMain
For the screen size, you can use the SysInfo control (Project, Components...scroll thru list, find Microsoft System info, check the box by it, and hit OK)
