CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1999
    Posts
    1

    web enabling vb app

    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.


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: web enabling vb app

    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.


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