This is certainly giving me a headache, so I'll pass the pain around..
We have a vbnet app and it provides all sorts of information, including having a weather link. Right now I'm using Axwebbrowser.navigate to bring up a NOAA weather site. Here is the problem...
I want to prevent the user from further accessing other pages beyond the one I'm displaying. But...I still want the user to be able to scroll to the bottom of the entire page..
I tried...
axwebbrowser.enabled = false ' after page loads - kills the links, but also the scroll!
Any ideas???
Thanks!
We have a vbnet app and it provides all sorts of information, including having a weather link. Right now I'm using Axwebbrowser.navigate to bring up a NOAA weather site. Here is the problem...
I want to prevent the user from further accessing other pages beyond the one I'm displaying. But...I still want the user to be able to scroll to the bottom of the entire page..
I tried...
axwebbrowser.enabled = false ' after page loads - kills the links, but also the scroll!
Any ideas???
Thanks!