Hi
The maximum size of form is limited to current display resolution
VB Code:
Dim ResolutionWidth As Short = CShort(System.Windows.Forms.Screen.PrimaryScreen.Bounds.Width) Dim ResolutionHeight As Short = CShort(System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height)
Regards
Jorge




Reply With Quote