Click here to Skip to main content
15,879,239 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i am trying to load Siebel CRM application on Webbrowser control in C# form, however it loads in IE with out any issue, when it loads in Webbrowser control, i am getting System.Access.voilation error. any idea ?

and i am also figured out to get the Webbrowser control from running instance of IE by

C#
IServiceProvider aSp = (IServiceProvider)document.parentWindow;

Guid aGUID_BrsApp = typeof(IWebBrowserApp).GUID;
Guid aGUID_WebBrs = typeof(IWebBrowser2).GUID;


but i am not able to get the activex control object of Siebel CRM.

appreciate if anybody can help.
Posted
Updated 18-Nov-14 0:37am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900