Is there a way to find the browser window height and width in VB.Net without having using javascript

Posted by Barlow Tucker on Stack Overflow See other posts from Stack Overflow or by Barlow Tucker
Published on 2010-06-09T21:47:43Z Indexed on 2010/06/09 21:52 UTC
Read the original article Hit count: 161

Filed under:

I am needing to get the browser height and width of the browser window with vb. I can get these values by setting an ASP.Net hidden input control using javascript, after the page has loaded and a post back is done. I need to be able to get these values when the page initially loads so I can create an image based on those values.

I am still new at VB.Net, so any help would be great. Thanks!

© Stack Overflow or respective owner

Related posts about vb.net