Hi

The maximum size of form is limited to current display resolution

VB Code:
  1. Dim ResolutionWidth As Short = CShort(System.Windows.Forms.Screen.PrimaryScreen.Bounds.Width)
  2. Dim ResolutionHeight As Short = CShort(System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height)

Regards
Jorge