|
-
Sep 7th, 2009, 01:24 AM
#1
Thread Starter
Member
Host VB2008 form1 in Website
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.
-
Sep 7th, 2009, 09:33 PM
#2
Re: Host VB2008 form1 in 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).
Last edited by Nightwalker83; Sep 8th, 2009 at 01:53 AM.
Reason: fixed spelling!
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Sep 7th, 2009, 09:42 PM
#3
Re: Host VB2008 form1 in Website
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|