Is It Possible to Host the Windows VB2008 form(single form) in a website.I have developed an application in VB2008 form1, i want this form should be opened in a website.
Printable View
Is It Possible to Host the Windows VB2008 form(single form) in a website.I have developed an application in VB2008 form1, i want this form should be opened in a website.
I would think you would need to have the program communicate with the database the same as an asp page would. Although, I am not certain how you want the program to work whether there is a data form on the website and the program back-ends it to this or if you mean for downloading the program (form).
you can put the install on the website, and you can have your application communicate with the database on the website (if allowed by the host)... but you can't use a Windows WinForm as an web application. In order to do that, you need to develop it as a WebForms application.
-tg