convertings VB .NET to ASP .NET

cfisher440

Well-known member
Joined
Oct 11, 2005
Messages
73
Programming Experience
1-3
I saw this cool post on the site about converting VB .NET apps to ASP .NET
http://www.vbdotnetforums.com/showthread.php?t=12314
In the article they take a windows control library and use that in the html page. I have a Windows application (actually I have a few). How would I do what they are doing with a Windows application???

When you build a control lib you get a dll file which they call in the object file of the HTML. A Windows app does not create this dll.

Any questions / comments / ideas / solutions would be greatly appreciated.
 
Back
Top