|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
WebControl scrollingI have to scroll the contents of a WebControl down to the bottom
programmatically. Does anyone know how to do it? Aristotelis > I have to scroll the contents of a WebControl down to the bottom What kind of HTML does the control generate? If it's an iframe holding a > programmatically. Does anyone know how to do it? separate page then you could add a bookmark at the bottom of the inner page HTML and call it The way I use the WebControl is like this.
WebBrowser1.DocumentText = "<B>Hello world!</B>" I use the DocumentText property in order to set the HTML source code. Show quoteHide quote Ï "Leon Mayne" <LeonMa***@discussions.microsoft.com> Ýãñáøå óôï ìÞíõìá news:3009D553-1C3B-4BC1-81DD-A63BB848910A@microsoft.com... > >> I have to scroll the contents of a WebControl down to the bottom >> programmatically. Does anyone know how to do it? > > What kind of HTML does the control generate? If it's an iframe holding a > separate page then you could add a bookmark at the bottom of the inner > page > HTML and call it > > The way I use the WebControl is like this. OK, I see what you mean now.> WebBrowser1.DocumentText = "<B>Hello world!</B>" > I use the DocumentText property in order to set the HTML source code. Not sure then. Does the WebBrowser control have a ScrollToCaret() or AppendText() method? I did not find any of these two member functions. I have spent a lot of time
trying to find a way to scroll the information of a WebBrowser control but I did not find anything. I am sure that there is a way to do it but I can not find it. I have done other more difficult things with this control Aristotelis Show quoteHide quote Ï "Leon Mayne" <LeonMa***@discussions.microsoft.com> Ýãñáøå óôï ìÞíõìá news:F4D012D2-6C79-4104-A11B-57235D19BFAE@microsoft.com... > >> The way I use the WebControl is like this. >> WebBrowser1.DocumentText = "<B>Hello world!</B>" >> I use the DocumentText property in order to set the HTML source code. > > OK, I see what you mean now. > > Not sure then. Does the WebBrowser control have a ScrollToCaret() or > AppendText() method?
How to assign a state to checkbox in Visual Basic.net ?
putting a line on my form simple graphics question Newbie Q: Serialization and Me datetext Reference to a control, by its name in a String Executing a stored procedure that uses linked server from vb.NET Visual Studio 2005 Pro Dragging a control How to convert windows from VS.2003 to VS2005 |
|||||||||||||||||||||||