|
-
Dec 27th, 2000, 08:36 AM
#1
Thread Starter
Lively Member
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
-
Dec 27th, 2000, 10:30 AM
#2
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
-
Dec 27th, 2000, 03:00 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|