-
Replied To a Post in get page width and height in virtual webbrowser
I want to get the exact width and height of the loading page. -
Created get page width and height in virtual webbrowser
I am trying to get the width and height of the uploaded html file. This is what i have done so far. WebBrowser wb = new WebBrowser(); int ht,wd; wb.Navigate("D:\\page1.HTM"); … -
Began Watching get page width and height in virtual webbrowser
I am trying to get the width and height of the uploaded html file. This is what i have done so far. WebBrowser wb = new WebBrowser(); int ht,wd; wb.Navigate("D:\\page1.HTM"); …
The End.