Convert a VB.Net app to a web app?

furjaw

Member
Joined
Jun 10, 2006
Messages
17
Programming Experience
Beginner
I wrote a Windows Forms application in Visual Basic 2005.

What would be involved in converting it to run as an internet web application?
 
This Visual Basic 2005 app is basically a wizard that starts out with a background image. Then the user selects a number of images to overlay it producing a final image that is saved for later retrieval, and can be printed or emailed.
The 'other' images are .png files with transparent backgrounds.
Can the vb.net code be installed on the web server and executed from a browser as an internet app or does it have to be rewritten and, if so, in what language?
 
If I understand the question correctly, you would need to re-write the window forms part, but can basically just use the code as is written in ASP.NET.
 
Back
Top