I have a legacy windows form application, which I would like to be displayed insider users' browsers (IE8) like a web application. An approach that I have been looking at is to create a windows form library (dll) and to show that in the browser. There are many web pages that tell me how to do this:I have a legacy windows form application, which