Full screen form in windows forms .NET with c#

Hola.

Aquí esta el código para hacer full screen a un form en c# en windows forms.


//colocar full screen el form
this.WindowState = FormWindowState.Maximized;
this.FormBorderStyle = FormBorderStyle.None;
this.TopMost = true;


Sean felices! :) Y sientanse libres de opinar ;)

No hay comentarios:

Publicar un comentario