colttaylor
Programmer
I'm trying to write a touch screen web browser to serve on an intranet with very low-tech users. Basically, I have created a webbrowser control with three buttons to the right of it, labelled UP, HOME and DOWN. The home button is easy, just reload the starting page with a call to navigate. The UP and DOWN buttons have me stumped. I wan't them to scroll up and down the currently loaded page like the cursor keys do in IE, but without the physical keyboard.
I think the answer is to push some keystrokes at the webbrowser control, but I don't know vb well enough to do that yet. Any assistance would be greatly appreciated!
Peace,
Colt
If it's stupid but it works, it isn't stupid
I think the answer is to push some keystrokes at the webbrowser control, but I don't know vb well enough to do that yet. Any assistance would be greatly appreciated!
Peace,
Colt
If it's stupid but it works, it isn't stupid