Results 1 to 3 of 3

Thread: active x dll help required

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2001
    Posts
    60

    active x dll help required

    I have developed an avtive x dll and in to that i have used functions

    I have registered it using regsvr32

    Can any one tell me how to create the object in asp using the createobject method.

    Any one pleaSE HELP.

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    Like this :
    VB Code:
    1. Dim a
    2.  
    3.     Set a = CreateObject("MyLibrary.MyClass")
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  3. #3

    Thread Starter
    Member
    Join Date
    Aug 2001
    Posts
    60

    problem exist

    I have tried registering the dll using the resvr32 method.
    And also i have placed in the system folder but even then it says thats that the activex unable to create object .

    Please help.

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