Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using VB Class in VBScript

Status
Not open for further replies.

smeagolgollum

Programmer
Jun 19, 2003
9
FR
Hi everyone

I am totally new to VBScript and I don't know yet what the language can do exactly nor do I find the documentation I need.

I was wondering whether it was possible to create an instance of a VB class I defined in "Logger.vb" inside an ASP file.

I have no idea as to how to tell the ASP Engine to use class from the file. Do I need to register it and then use the CreateObject function ? If so, can someone tell me the exact steps involved ??

Thanks in advance

Smeagol Gollum
 
Here are some classy links that hopefully might be helpful:

Five Tips for Designing Active Server Pages by Scott Mitchell - 9/2000

Using Classes within VBScript by Mark Lidstone - 9/23/1999

An ASP Template Class, Part 1 by James Q. Stansfield - 9/13/2000

VBScript Classes: Part 1 of N by Jon M. Gohr - 8/18/1999

Using VBScript Classes in ASP Applications by Philip Canarsky - 6/29/2000

Take Advantage of VBScript 5 Classes by Srinivasa Sivakumar - 2/16/2000


Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
ASP design tips, demo database on the Web, free barchart tool...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top