Reputation: 634
I want control IE application using WebBrowser class. Is there any way to do that?
UPDATE i want to get ability to inject scripts into HTML-page, execute functions of that script and ability to call c# object metods from script.
When i use WebBrowser component i can do that. But i want to interact with separated IE window, not with component.
Upvotes: 0
Views: 645
Reputation: 352
You can use MSHtml and ShDocview to work with IE Instance.
Check this link:
http://65.39.148.34/KB/toolbars/MicrosoftMshtml.aspx
Upvotes: 1