Results 1 to 5 of 5

Thread: COM is...

  1. #1

    Thread Starter
    Hyperactive Member Dorothy's Avatar
    Join Date
    Feb 2001
    Posts
    310

    Question COM is...

    Am I right?

    Speaking in VBterms

    COM is>> Activex EXE+Activex DLL+ActiveX control+OLE+a li'l philosophy

  2. #2
    wen-sar
    Guest

    COM

    COM is skeleton code thats all no more

    Private Sub Blah()

    End Sub

    Thats COM now everybody calls the same code but fills it in with their stuff....

    i know that sounds simplistic but hey it is ..

  3. #3
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    Straight from MSDN:

    COM arose out of the need for an efficient method of interprocess communication. COM provides a group of conventions and supporting libraries that allow interaction between different pieces of software in a consistent, object-oriented way. COM objects can be written in many languages, including C++, Java, and Visual Basic, and they can be implemented in dynamic link libraries (DLLs) or in their own executables, running as distinct processes.

  4. #4
    wen-sar
    Guest

    COM

    i do appreciate the importance of passing on the information on COM in as accurate a way as possible, however it is more important to me that people not become afraid of the complexity of the answer.so while my answer to the question lacked specific detail..i believe it did provide more clarity of understanding.
    that someone follow an interminable thread to obtain an answer is less important than that they not lose sight of the question they want answered to begin with.



    two excellent books that i refer to often are

    Wrox VB COM by Thomas Lewis
    Wrox VB Objects by Peter Wright

  5. #5
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    But I wouldn't put it as "A skeleton code"
    COM is a technology that allows you to create a code in object oriented 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