CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2002
    Posts
    52

    How to get the size of the current window?

    thx...

  2. #2
    Join Date
    Dec 2002
    Location
    Myanmar
    Posts
    84
    If you want to have the size of the body(Client area only, not including Menu & tool bars), try the following properties.

    - document.body.offsetHeight
    - document.body.offsetWidth
    Let's go together
    _columbus2003_

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured