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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help beginner work out screen.availWidth

Status
Not open for further replies.

serpento

Programmer
Jun 16, 2002
92
GB
On MSDN it says you can access the svailable screen width using
Code:
screen.availWidth
, but when I try this using MSVC++ I get the compiler error:
Code:
  error C2065: 'screen' : undeclared identifier
Do I need to declare screen or something? How do I do this? Any help would be appreciated. -Ed ;-)

________________________________
Destiny is not a matter of chance; it is a matter of choice.
 
screen is a WebWorkshop object, it has nothing to do with VC++. Be carefull when using MSDN; it contains information about lots of things besides VC++.


Greetings,
Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top