Página 1 de 1

Monitor resolution

Publicado: Lun Ene 17, 2005 11:34 pm
por Christian Lauer
Hola a todos,
is there a function which returns the resolution of the monitor in
pixels (width / height) and another which returns the client area?
Saludos
Christian Lauer

Monitor resolution

Publicado: Mar Ene 18, 2005 10:20 am
por jfgimenez
Christian,
> is there a function which returns the resolution of the monitor in pixels
> (width / height) and another which returns the client area?
Screen:nWidth and Screen:nHeight are the screen dimensions, and
Screen:nClientWidth and Screen:nClientHeight are the client area dimensions.
Screen is a public "ready to use" object. You don't need to instantiate it;
just use it.
--
Regards,
Jose F. Gimenez