Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi I am developing windows application,in that i call webpage using webBrowser control,Actually in web page we use lot of script,if open in webBrowser control by default i call Microsoft browser,so it block the script,so i need to use chrome in webBrowser control.

So how to change ?

Note:Need to open inside windows application,not open outside browser.

Regards
Aravind
Posted
Updated 14-Oct-14 15:28pm
v2
Comments
Sergey Alexandrovich Kryukov 14-Oct-14 2:57am    
For what UI library? WPF? System.Windows.Form? Anything else? Such components do exist, just search for them.
—SA
Aravindba 14-Oct-14 3:29am    
ordinary windows application,not any wpf or silverlight
Sergey Alexandrovich Kryukov 14-Oct-14 3:31am    
There is no such thing as "ordinary application". I observed your posts for so long time; you could learn how to ask proper questions long time ago.
—SA
Aravindba 14-Oct-14 3:51am    
may be u not understand question and reply to me,i ask in windows application,here i am not specify anything like wpf or silver light anything,then it related to basic window application,it just have Form only,if u open windows application u can see one Web Browser control,used for call web page inside windows application,i think u have to learn basic windows application first.
Sergey Alexandrovich Kryukov 14-Oct-14 12:05pm    
This is not "basic application", this is System.Windows.Forms application. I asked about it above, but you did not answer.

You know what? Why wouldn't you do the search now and find the component you need. I started to look for the one for you, but lost interest after seeing your replies. I would spend time but not sure that you would use my answer. You can do the search exactly as anyone else can.

—SA

1 solution

With System.Windows.Forms, you can use any ActiveX control. Therefore, you can use Mozilla ActiveX control: http://www.iol.ie/~locka/mozilla/control.htm[^].

As to Chrome, we should talk not about Chrome or Chromium, but WebKit layout engine:
http://en.wikipedia.org/wiki/Google_Chrome[^],
http://en.wikipedia.org/wiki/Chromium_%28web_browser%29[^],
http://en.wikipedia.org/wiki/WebKit[^].

This open-source project is WebKit for .NET: http://sourceforge.net/projects/webkitdotnet[^].

—SA
 
Share this answer
 
Comments
Aravindba 15-Oct-14 3:44am    
Hi i try Mozilla activex control,in that i use visual basic.net,after install and added in tool bar,if i drag and drop to form ,my visual studio got error and close automatically.Can u give simple project like this ? http://www.codeproject.com/Articles/20312/Browsers-Wrapper-Mozilla-IE
in this link i got project,but 2 reference is missing,so i cant run this project.
I am use visual studio 2012.
Sergey Alexandrovich Kryukov 15-Oct-14 3:51am    
Please ask the author of this article. Or fix it by yourself. I did not do it; WebBrowser component was enough for me. Remember one of my comments to the question: "I started to look for the one for you, but lost interest after seeing your replies. I would spend time but not sure that you would use my answer." Now you probably can understand why did I write so. :-)
—SA

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