Click to See Complete Forum and Search --> : web enabling vb app


type9
December 13th, 1999, 09:44 AM
Hello,

I'm a VB programmer but hasn't developed for the Web, I've got a job to web enable a Vb app. Can anyone point me in a few directions to do this. The app has only 1 form with text boxes, list boxes, radio buttons. How do I change the event code to cater for html form elements etc..

Any pointers would be great,

Thanks in advance.

Lothar Haensler
December 13th, 1999, 11:17 AM
if you are developing for a company intranet that's based on IE 4 (and above) you could try the new DHTML application project type in VB 6.
This would allow you to use the VB Code in your Web page.