Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/11/2008, 15:52
Fbg-k
 
Fecha de Ingreso: noviembre-2008
Mensajes: 3
Antigüedad: 15 años, 5 meses
Puntos: 0
Respuesta: VB.net ¿Aplicación con pantalla completa?

No se si sera esto lo ke buscas pero miralo haber si te sirve

Private Sub agrandar(ByVal Key As System.Windows.Forms.KeyEventArgs)Handles MyBase.KeyDown
If Key.KeyCode = Keys.F11 Then
Me.WindowState = FormWindowState.Maximized
End If
End Sub

VB .NET 2008