html compare

pai

Member
Joined
Mar 23, 2005
Messages
5
Programming Experience
Beginner
i am trying to compare two htmls . i am using 2 axwebbrowsers populated by these two htmls. i need to add synchronized scrolling to these. i.e when LHS browser is scrolled the RHS browser should scroll equally and viceversa.

can anyone help me here?...is there an alternative to axwebbrowser?

--
pai
 
If you are using VB.NET 2005 (I assume you are since you are posting in the VB.NET 2005 forum), the V2 Framework includes a WebBrowser control. There's no need to use the AxWebBrowser. The full namespace/path is System.Windows.Forms.WebBrowser.

But the scroll function of the new WebBrowser control is still not that accessible. You would have to use messaging probably.
 
i am extremely sorry. but i am using vb.net 2003. is there a workaround in .net 2003?. if yes, then please advise.

thanks,
pai
PS: i am totally new to .net. so please be generous in explanation.
 
Back
Top