Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: COM objects  (Read 3820 times)

0 Members and 1 Guest are viewing this topic.

Tripti

    Topic Starter


    Rookie

    COM objects
    « on: April 05, 2008, 08:11:21 PM »
    Hii
    I  am trying to create COM objects in C with the help of a tutorial I found on net.
    But I am finding it difficult.
    Is there any other way of creating a COM object?
    If there is, please let me know.
    Thanks.

    Sidewinder



      Guru

      Thanked: 139
    • Experience: Familiar
    • OS: Windows 10
    Re: COM objects
    « Reply #1 on: April 06, 2008, 05:42:05 AM »
    You can create COM objects in VBScript. The script56.chm file will have all the details. Look for Component when you open the file.

    You can either search for the file on your own system, it came free with your Windows or download it from the link.

    In addition you can download the Script Component Wizard which automates the XML portion of the component and assigns a classid. You still have to write the actual logic and don't forget to register your component so you can use it in your scripts!

    If you're looking for a project, VBScript has no native sort functionality. ;)
    « Last Edit: April 06, 2008, 03:10:15 PM by Sidewinder »
    The true sign of intelligence is not knowledge but imagination.

    -- Albert Einstein

    vishalsaxena17



      Beginner
      Re: COM objects
      « Reply #2 on: April 07, 2008, 05:44:17 AM »
      hello
      try this link "http://www.codeproject.com/KB/COM/com_in_c1.aspx#VTABLE"
      COM objects are descriped from the root.

      bi
      I never loose , always learn from mistakes.....