internet explorer - WebBrowsing with different browsers in C# -
I need to create a small application to compare site rendering in different browsers in different offers. First of all, I need to support IE, FF, Chrome and users can choose to preview their site in different offers. Webbrowser controls do not offer me this offer. Can you tell me that there is no control or library to solve this problem in C #? met?
Thanks in advance!
Stack Overflow provided some options.
I would say that you can put each of the following in tab control so that users can easily choose and switch views.
Comments
Post a Comment