Results 1 to 2 of 2

Thread: ActiveX DLL / ActiveX EXE

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2000
    Posts
    343

    Exclamation

    Hi,

    I want to write a simple program(ActiveX dll or ActiveX exe) which can be used by other programs and languages.

    All that the dll(??) will do is return a True or False depending on what info is sent to it by the app calling the dll.

    My questions are..

    1.) what will I use - ActiveX exe or dll.
    2.) Will other languages like Delphi etc be able to use/reference this program if it is registered on the pc.

    Thanks,




  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    ActiveX DLLs are used with COM. If you want to make a DLL that can be used in the same way as the API, you can't make them in Visual Basic. You'd have to make it in C++, or (I believe) Delphi.

    If you create an ActiveX DLL, then instances of its objects will be createable across the system. Simply put the function as a member function of one of the classes.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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