Ok for the first question:

Add a Module
In the module, add this code:

VB Code:
  1. Public Sub Main()
  2.  Load frm1
  3.  Load frm2
  4.  ' etc.
  5. 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)