Results 1 to 3 of 3

Thread: create web pages

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 1999
    Posts
    118
    Hi
    I have used VB to create applications but I have no clue to creating web pages with VB. Can anyone give me some links to tutorials or any help availible.
    Thanks

  2. #2
    Guest
    You can create web pages with VB6 using web classes in an IIS Application (project type) - but, I hear these are going away in VB7. You can do cgi with VB too but it's kinda ugly as well.

    A better way is to do Active Server Pages. They are server-side script that uses VBScript (a semi-stripped-down version of VB) to generate HTML thru IIS.

    To get started you might check out http://www.learnasp.com and/or some of the sites they point to.

    Good luck,
    Paul

  3. #3
    Guest

    brilliant web site

    A great place to look at vbscript code (and any other code) is planet-source-code.com

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