I currently use this to open a PDF file in a webbrowser
vb Code:
WebBrowser1.Navigate(ofd.FileName & "#toolbar=1")
How can i grab the "zoom value" and place in a variable once the above has run?
http://imagizer.imageshack.us/v2/800x600q90/35/7u5k.jpg
I know how to set the zoom value but dont know were to start to actually put the value in a variable..
vb Code:
WebBrowser1.Navigate(ofd.FileName & "#toolbar=1&zoom=100")
thx
toe
