Attention!!! 20 points question!!!!!
Please answer it fast!!!!!!!!!!!
How to use a Google chrome browser control for .net application in Visual Studio. Please Note That I Want It To Be In A WINDOWS FORM APPLICATION and NOT in WPF.
Any help is appreciated.
Thanks In Advance.
Answers
Answered by
1
IE is the default browser embedded in .net but there is no possible way for embedding chrome in it . If it comes over an update I will also update my answer but there is no possibility of doing it now.
Hope u understand
Hope u understand
singhaditya28:
Pls mark as brainliest
Answered by
0
Answer:
- pls mark as brainliest friend
Explanation:
As far as I understand, the WebBrowser control is a wrapper for IE, which wouldn't be a problem except that it looks like it is a very old version of IE, with all that entails in terms of CSS screw-ups, potential security risks (if the rendering engine wasn't patched, can I really expect the zillion buffer overflow problems to be fixed?), and other issues.
I am using Visual Studio C# (express edition - does it make any difference here?)
I would like to integrate a good web browser in my applications. In some, I just use it to handle the user registration process, interface with some of my website's features and other things of that order, but I have another application in mind that will require more err... control.
I need:
- A browser that can integrate inside a window of my application (not a separate window)
- A good support for CSS, js and other web technologies, on par with any modern browser
- Basic browser functions like "navigate", "back", "reload"...
- Liberal access to the page code and output
Similar questions