1

I need to build a small application to compare site rendering in different browsers in different resolutions. First I need to support IE, FF, Chrome and user will choose to preview her site in different resolutions. WebBrowser control do not offer me this. Can you tell me is there any control or library to solve this problem in C#, .Net?

Thanks in advance!

betim
  • 91
  • 1
  • 4

1 Answers1

0

Stack Overflow itself provided some options.

I'd say you can put each one of the following into a TabControl, so the user can easily choose and switch view.

Community
  • 1
  • 1
Alex
  • 23,004
  • 4
  • 39
  • 73