Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with System.capabilities.screenResolution.x

Status
Not open for further replies.

lumstar

Technical User
Joined
Jan 29, 2002
Messages
177
Location
CA
Hello all,

I am trying to write some script that will let me know the current screen resolution, i try something like this, but it doesn't seem to work:

myvar = System.capabilities.screenResolution.x;

Anyone have any ideas?


Thanks in advance,

Lumstar
______________________________________
And The Star Continues To Shine....
 
there was an errata about this code...should be


System.capabilities.screenResolutionX

no period.....ought to work now


 
Worked perfect.

Thanks bill!

Lumstar
______________________________________
And The Star Continues To Shine....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top