Results 1 to 2 of 2

Thread: Guru One - Com & Asp

  1. #1

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    Ok, I'm realy getting the hang of this COM stuff, my question:

    How can I reference this object (dll) in???
    In vb, ok project menu > references,

    In a web page or Html or asp file though, how is this done ?

    Thank you!

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    Server.CreateObject("ProjectName.ClassName")

    There is no early binding in VBScript for external objects, everything is late bound, so you can only reference objects this way

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