Results 1 to 3 of 3

Thread: When / How to use ActiveX controls ?

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2001
    Location
    Ireland
    Posts
    47

    When / How to use ActiveX controls ?

    Hi ,

    I'm new to this .. so could anyone point me out to VB documentation / sites that can give me information on when to use ActiveX controls instead of standard Exes/DLLs and how to use them.

    Thanks

  2. #2
    Fanatic Member
    Join Date
    Jan 2001
    Location
    Vietnam
    Posts
    613
    Both ActiveX Control and DLL allow you to reuse your code. If you need an interface (UI) then use ActiveX. Otherwise, you can use DLL.

    Regards,
    TheBao

  3. #3
    Lively Member
    Join Date
    Aug 1999
    Location
    Amsterdam
    Posts
    117
    "If you need an interface (UI) then use ActiveX. Otherwise, you can use DLL. "

    That's not correctly said; the DLL's you guys are talking about are ActiveX compliant aswell !

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