The IDM offers some API for client applications : http://www.internetdownloadmanager.com/support/idm_api.html
How can I do this via Delphi?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
ok. let suppose we have IDM installed.
seems
IDManTypeInfo.tlblibrary 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:
add this unit to your project and try to use the next code:
I have no IDM installed, so I didn’t check this code. I’m not sure it is 100% correct, but try it.