|
-
Nov 5th, 2000, 08:18 PM
#1
Thread Starter
New Member
Hi, I have been writing up a chat application that allows users to input HTML while chatting. I used the webbrowser control and everything works fine, except that i am not able to scroll the window down to the last item that was entered, the users must do this manualy. This is very anoying. Can someone tell me how i can scroll the webbrowser control to the bottom of the window ?
-
Nov 7th, 2000, 07:00 PM
#2
Hyperactive Member
sorry, didn't get it, if the page is bigger then the webbrowser control, there should be scrolls ..
if that's not the case, try using an MDI form, and make the form that has the webbrowser control as a child in it.
In the beginning the universe was created. This has made a lot of people very angry and is generally regarded as a bad idea.
- Douglas Adams
The Hitchhiker's Guide to the Galaxy
-
Nov 7th, 2000, 08:47 PM
#3
Thread Starter
New Member
yes, there are scrollbars. but i need to be able to scroll the page down to the last line of text by using code, so the user doesn't have to do this manually.
-
Nov 7th, 2000, 08:51 PM
#4
Hyperactive Member
Add HTML anchors, and in the redirect, insert the anchore.
In the beginning the universe was created. This has made a lot of people very angry and is generally regarded as a bad idea.
- Douglas Adams
The Hitchhiker's Guide to the Galaxy
-
Nov 7th, 2000, 08:56 PM
#5
Thread Starter
New Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|