Return to Snippet

Revision: 47240
at June 3, 2011 15:14 by indra


Initial Code
Public Sub ShowFullscreen()
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
        Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
        Me.TopMost = True
    End Sub

Initial URL


Initial Description


Initial Title
Fullscreen in VB.Net

Initial Tags


Initial Language
VB.NET