Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/12/2007, 08:23
Avatar de freegirl
freegirl
Colaborador
 
Fecha de Ingreso: octubre-2003
Ubicación: Catalonia
Mensajes: 4.334
Antigüedad: 21 años, 5 meses
Puntos: 156
Re: Resolucion de pantalla en VB.NET 2003

Cita:
Public Function ScreenResolution() As String
Dim intX As Integer = Screen.PrimaryScreen.Bounds.Width
Dim intY As Integer = Screen.PrimaryScreen.Bounds.Height
Return intX & " X " & intY
End Function
Fuente: http://www.freevbcode.com/ShowCode.asp?ID=5915

saludos