1

The question that has really puzzled me for a long time is: How can I verify that a specific program on Windows has an object library for communicating with it and automating tasks, similar to MS Excel on Windows?

Without the need to search the documentation or browse the internet, as some programs are only superficially documented.

I tried searching in this community and on the internet for answers to my question, but I did not find any, or perhaps I did not know the appropriate keyword.

Any help or advice would be greatly appreciated.

Thank you very much

6
  • How could that possibly be doable? Interrogating the program could at most tell you whether it had some sort of DLL-exported interface, but that interface could look like anything and might or might not be relevant. And automation could be over sockets or shared memory or the file system itself. Commented May 21, 2024 at 1:16
  • @DavisHerring - How can I interrogate the program? Step by step please, with an example if possible, including Notepad++ Commented May 28, 2024 at 7:00
  • @DavisHerring - Please, what is the difference between socket based API and DLL file based API? Do we call both APIs in general? Isn't there a specific name for each type? Commented May 28, 2024 at 7:03
  • - "DLL file based API" such as : Win API, while: "socket based AP" such as : paypal API. Commented May 29, 2024 at 6:38
  • @DavisHerring - You can explain how I find the Notepad++ API, without consulting endless documentation and search results. Commented May 29, 2024 at 6:40

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.