internet explorer - Is there any way to use WebBrowser Class (Band Objects) to write the DOM? -


i have created ie toolbar using bandobjects (using com assembly -interop.shdocvw.dll) implement custom search functionality. toolbar contains search box takes input , returns result. results has fetched 2 or more search engines , combined before showing them on browser. can see need write document object model of explorer window combined results.

i unable see property or method provided webbrowser class let me write dom. please suggest best possible solution task. link api of bandobjects great me.

you use document object of loaded page modify dom. having said that, writing internet explorer extensions in c# discouraged. http://blogs.msdn.com/b/ieinternals/archive/2009/08/21/agcore-addon-hangs-internet-explorer.aspx


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -