Results 1 to 10 of 12

Thread: New to COM / thinbasic

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    58
    Posts
    8,834
    Rep Power
    10
    Ciao Kirk,

    and welcome to community forum.
    Yes thinBasic is still maintained, there is a little gab in releasing new versions because I'm finishing a big new release full of new functionalities.
    I added too much new options and I went long in releasing them all. I will never do such big changes all together, too complex.

    I'm sorry but COM module has been actually deprecated even if still distributed: https://www.thinbasic.com/public/pro...x.html?com.htm
    In future thinBasic versions iDispatch functionality will substitute it.

    In any case "ServerName" or "ClassName" or "progId" is the string that identify an automation object present in your computer.
    Giving that ProgramId (Program Identifier) to COM_CreateObject should be able to create an instance of that object and work with it,
    There are some applications around you can use to see what automation objects are present in your computer, attached the one I use created by José Rocha: https://forum.powerbasic.com/forum/j...ypelib-browser

    I found some reference quite useful:


    Let me know.
    Ciao
    Eros
    Attached Files Attached Files
    Last edited by ErosOlmi; 02-10-2018 at 15:38.
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •