Results 1 to 4 of 4

Thread: what's the difference between ActiveX and COM

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2003
    Posts
    17

    what's the difference between ActiveX and COM

    What's the difference between ActiveX and COM?

    I am really confused.

    Please help!

  2. #2
    Frenzied Member
    Join Date
    Jul 2002
    Posts
    1,370
    No real difference.

    COM is a model that allows a black box approach to compartmentalizing external routines. You cannot know what a server actaully does, you just call a method, get a result.

    ActiveX is a name the was applied by Microsoft more for internet application development under Win 95 - but it is still COM.

    OLE was the forerunner of COM technology.

    OCX, ActiveX dll, or COM servers are all suppliers of COM objects.

    DCOM is distributed COM - servers all around the network

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Apr 2003
    Posts
    17
    thanks so much for your reply.

  4. #4
    New Member toker99's Avatar
    Join Date
    Aug 2003
    Posts
    15
    what is com used for, is it neccessary or am i using it (or them)already without even knowing it., I see in books and tutorials about com all the time.

    Is it just used when you create your own Controls??
    Thanks
    No Victim - No crime,

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