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
Printable View
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
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
A great place to look at vbscript code (and any other code) is planet-source-code.com