3

Guys can we enable Chrome Frame in the Web browser control available in Visual Studio.? If it is possible how can we do that?

Harish Sp
  • 79
  • 8
  • possible duplicate of [Google Chrome Frame in C#?](http://stackoverflow.com/questions/7164743/google-chrome-frame-in-c) – Sebastian Nov 02 '13 at 23:12

1 Answers1

-1

Yes , you can .
you should use WebKit .NET and add chrome to your form.

Hamed
  • 2,084
  • 6
  • 22
  • 42
  • You are asking me to include webkit browser control,but what i want is enabling chrome frame in the already existing Webbrowser control in Visual Studio – Harish Sp Sep 13 '12 at 11:55
  • That is internet explorer control . I don't think you can enable chrome frame for it ! and there is a question : enable from where ? – Hamed Sep 13 '12 at 11:59
  • 1
    chrome frame is a plug-in for IE made by google to support HTML5 content.My question is is there a possibility to enable it in the IE control of visual studio. – Harish Sp Sep 13 '12 at 12:07