Madan Bharadwaj
September 6th, 2001, 03:47 PM
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?
|
Click to See Complete Forum and Search --> : VB to HTML Madan Bharadwaj September 6th, 2001, 03:47 PM 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? berta September 7th, 2001, 01:54 AM 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/images/bertaplanet.gif'> </center> Madan Bharadwaj September 7th, 2001, 07:21 AM 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 Madan Bharadwaj September 7th, 2001, 07:22 AM Thanks a bunch for the help. berta September 7th, 2001, 07:27 AM 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/images/bertaplanet.gif'> </center> Madan Bharadwaj September 7th, 2001, 07:46 AM 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. berta September 7th, 2001, 07:57 AM 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/images/bertaplanet.gif'> </center> Madan Bharadwaj September 7th, 2001, 08:00 AM Thanks a lot, I better start off on it now. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |