Running a WinForms Application Inside Web Browser
问题 I have a win form application and i'm trying to run it inside the web browser,i rummaged through web and found some links: I tried this link:Embedding a .NET WinForms Application in an Internet Browser Using WPF ,this works fine but the problem is that the end-user has to install dot net frame work for running the application. I found another link here for running a WinForms Application Inside Web Browser,with Visual WebGui development framework. Has anyone had any experience with WebGui? 回答1