Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/02/2005, 09:36
Avatar de RootK
RootK
Moderador
 
Fecha de Ingreso: febrero-2002
Ubicación: México D.F
Mensajes: 8.004
Antigüedad: 22 años, 4 meses
Puntos: 50
por cierto , para leer la resolucion y colocarlo a ese tamaño lo puede hacer así:

Cita:
int x = System.Windows.Forms.Screen.GetBounds(this).Width;
int y = System.Windows.Forms.Screen.GetBounds(this).Height ;

this.SetBounds(0, 0, x, y);