-
Alright I've beaten this code every which way from here, but still to no avail. What I'm trying to do is keep at the bottom of a continually refershing LOCAL html file. I'm making a cheezy aol clone since I just finished my project to kill AOL and other messangers. (grin)
Here's what I've tried:
(begin code)
webbrowser.refresh
webbrowser.setfocus
sendkeys "{End}", True
(end code)
What happens is that the page does advance at about half a page at a time, which if already at the bottom is fine. But when I scroll up to review a whitty remark a friend has made makes for a lot more scrolling to get back to the current conversation.
Any and all assistance would be appreciated.
Dave
(aka the evilgod)
[email protected]
It's not the language that's hard, it's the programming.
-
Hi
Use ctrl + END key ..
I mean Sendkey ctrl+END..
This would scroll the scroll bar to the bottom..
Regards,
pradeep