help with resizing form?
hello i am making a web browser and i am givving a button this function
which will work as full screen mode
how do i make it so if i click the button again it restore it to its normal size
also
does any one know how to hide the taskbar along with the taskbar????
Code:
FormBorderStyle = Windows.Forms.FormBorderStyle.None
WindowState = FormWindowState.Maximized
how do i make it so if i click the button again it restore it to its normal size
Code:
FormBorderStyle = Windows.Forms.FormBorderStyle.Sizable
WindowState = FormWindowState.Normal
also
does any one know how to hide the taskbar along with the taskbar????

