CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Thread: VB to HTML

  1. #1
    Join Date
    Sep 2001
    Location
    Florida, USA
    Posts
    8

    VB to HTML

    How can i convert a VB code to HTML? I am not talking abt VB scripting. Is ther any other way to put the VB forms online without having to code them again in HTML?


  2. #2

    Re: VB to HTML

    U can convert your program in an activex control..
    in the initialize of activex U can put load of your form... with the "p&d wizard" U can create ZIP for internet download...

    activex control is supported only by MS Internet Explorer... and client must have low security level..

    but R U sure the is a good soluzion to bring on client your form...? what's your problem?

    hi,brt

    <center>
    <HR width=80%>
    <img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
    </center>

  3. #3
    Join Date
    Sep 2001
    Location
    Florida, USA
    Posts
    8

    Re: VB to HTML

    I have a VB application already coded and ready, but now that forms in the VB application have to be available like HTML forms on the net.
    How can I do that


  4. #4
    Join Date
    Sep 2001
    Location
    Florida, USA
    Posts
    8

    Re: VB to HTML

    Thanks a bunch for the help.


  5. #5

    Re: VB to HTML

    what kind of form is?
    it is to get data... or the form make something else? what king of web server have? U can use ASP?



    <center>
    <HR width=80%>
    <img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
    </center>

  6. #6
    Join Date
    Sep 2001
    Location
    Florida, USA
    Posts
    8

    Re: VB to HTML

    I have a few forms that accept data from text boxes and combos, which goes in as input into a database. I have these .frm files in VB. I can use ASP or even HTML would do? But I was thinking about having these VB forms in a HTML page without having to recode them because i need to make many more of these VB forms which may at a later stage need to be put online as HTML.
    Thanks again for the help.


  7. #7

    Re: VB to HTML

    i'm sorry U must recode all...
    ".frm" file R only source for VB... U can't use it in web pages...
    if u want to interact with a DB U must use ASP..


    <center>
    <HR width=80%>
    <img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
    </center>

  8. #8
    Join Date
    Sep 2001
    Location
    Florida, USA
    Posts
    8

    Re: VB to HTML

    Thanks a lot,
    I better start off on it now.


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

Featured