Click to See Complete Forum and Search --> : Host VB2008 form1 in Website
mmb.nbn
Sep 7th, 2009, 01:24 AM
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.
Nightwalker83
Sep 7th, 2009, 09:33 PM
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).
techgnome
Sep 7th, 2009, 09:42 PM
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
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.