ID:157913
![]() Dec 8 2009, 6:34 am
|
|
Is there any way to grab someone's screen resolution? I'm making a system where the screen_loc automatically adjusts to the client's screen resolution. It works fine manually, but I have no idea how to grab the screen resolution, or if it's even possible.
|
![]() Dec 8 2009, 6:41 am
|
|
There are a few methods, one uses javascript to obtain the client resolution, the other uses an invisible interface element that resizes with a maximized window, obtaining the size value of this element gives the resolution (minus the taskbar space)
|