Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8723073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T07:32:43+00:00 2026-06-13T07:32:43+00:00

The IDM offers some API for client applications : http://www.internetdownloadmanager.com/support/idm_api.html How can I do

  • 0

The IDM offers some API for client applications : http://www.internetdownloadmanager.com/support/idm_api.html

How can I do this via Delphi?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T07:32:44+00:00Added an answer on June 13, 2026 at 7:32 am

    ok. let suppose we have IDM installed.

    seems IDManTypeInfo.tlb library does not contain information about data types of IDM library.
    In this case, the only way to use this library is to rewrite c++ header files to Delphi:

    unit IDMan;
    
    interface
    uses windows, ActiveX;
    
    const
        CLSID_CIDMLinkTransmitter : TGUID = '{AC746233-E9D3-49CD-862F-068F7B7CCCA4}';
    
        IID_ICIDMLinkTransmitter  : TGUID = '{4BD46AAE-C51F-4BF7-8BC0-2E86E33D1873}';
        IID_ICIDMLinkTransmitter2 : TGUID = '{94D09862-1875-4FC9-B434-91CF25C840A1}';
    type
        ICIDMLinkTransmitter = interface(IInterface)
            ['{4BD46AAE-C51F-4BF7-8BC0-2E86E33D1873}']
    
            function SendLinkToIDM(
                Url : WideString;
                Referer : WideString;
                Cookies : WideString;
                Data: WideString;
                User: WideString;
                Password: WideString;
                LocalPath: WideString;
                LocalFileName: WideString;
                Flags : longint):HRESULT; stdcall;
        end;
    
        ICIDMLinkTransmitter2 = interface(ICIDMLinkTransmitter)
            ['{94D09862-1875-4FC9-B434-91CF25C840A1}']
            function SendLinkToIDM2(
                Url : WideString;
                Referer: WideString;
                Cookies: WideString;
                Data: WideString;
                User: WideString;
                Password: WideString;
                LocalPath: WideString;
                LocalFileName: WideString;
                Flags : longint;
                reserved1 : Variant;
                reserved2 :Variant): HResult; stdcall;
    
            function SendLinksArray(
                location : WideString;
                LinksArray : PSafeArray):HResult; stdcall;
        end;
    
    implementation
    
    end.
    

    add this unit to your project and try to use the next code:

    uses IDMan, ComObj;
    ....
    procedure TMainForm.TestIDM();
    var lt : ICIDMLinkTransmitter;
    begin
        lt := CreateComObject(CLSID_CIDMLinkTransmitter) as ICIDMLinkTransmitter;
        lt.SendLinkToIDM('http://www.internetdownloadmanager.com/trans_kit.zip', 'teran.karelia.pro','','','','','','', 0);
    end;
    

    I have no IDM installed, so I didn’t check this code. I’m not sure it is 100% correct, but try it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently working on an implementation of the D*Lite algorithm from Sven Koenig. http://idm-lab.org/bib/abstracts/papers/aaai02b.pdf
If you have worked with IDM(Internet Download Manager) this has a item named Grabber
I can't seem to get this loop working correctly @mr = MediaRating.where(user_id = ?,
I do some replacements in an XML file (I know this is bad but
I have a problem when loading a symfony URL like this <li><a id=offers type=button>Offers</a></li>
I have a RDK-IDM from Luminary Micro . This board has a 32-bit ARM®
On my company's website ( www.dmacorporation.com we have a section on the first page
I have a table of Users, Each USR_ID can have multiple Roles,Views,Brands and Units.
I use asp.net mvc... How to write an inner join in linq-to-sql for this
I am using Linq-to-sql as an ORM. I wrote this innerjoin public IQueryable<Material> FindAllMaterials()

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.