How can I do this?
While running the application, the form should be in maximized state in vb.net (Visual Studio 2008)
While running the application, the form should be in maximized state in vb.net (Visual Studio 2008)
Me.FormBorderStyle = Windows.Forms.FormBorderStyle.None Me.WindowState = FormWindowState.Maximized
Comment