I have a program I've done in a Windows Form. What's the easiest way to convert it to a Web form/ASP.Net? It it possible with out re coding everything?
1.open a new project type=class library.
2.remove the class file.
3.add the code files and the forms.
4.save it and at the bin directory there will be a dll.
5.create a simple windows form out of this project (new one) with a single button. The button code should do a direct cast of this dll. The windows form that will appear will be cached in user's RAM.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.