Results 1 to 3 of 3

Thread: Host VB2008 form1 in Website

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2009
    Posts
    54

    Cool 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.

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    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

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    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
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width