Customize web browser control's scroll bar

  • Thread starter Thread starter Mohit
  • Start date Start date
M

Mohit

Hi all,
I am using .Net 2.0 WebBrowser control and now I want to customize
the web browser control's scroll bar. How can I move ahead for it??
Currently I have made a custom VScrollbar control and I want to
apply this control onto the web browser's scroll bar.
Now I want to get the current scroll position of the web browser's
scroll bar so that I can assign this value to my custom VScrollbar.
1. How can I get the value of webbrowser's current scroll bar
position???
2. How can I apply the scroll value taken from my VScrollbar onto the
web browser control???

Thanks in advance!!!
 
Back
Top