I'm not sure if this is a valid question here but I am having a hard time finding proper documentation for these 2 DLLs, mshtml and SHDocVw.
I'm trying to do some automation using these 2 DLLs. To do that, I must read and understand first what these 2 libraries contain, all its methods, functions, etc.
But I can't seem to find any complete documentation online. I tried checking in MSDN and even in Microsoft but it is somewhat lacking in information. For example, I can't find any information regarding HTMLInputTextElement and IHTMLSelectElement.
I'd like to ask for your help on websites/books that contain adequate/complete information on these 2 libraries. I hope you guys can point me to them.
Ok I found documentation for MSHTML:
https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/aa741317(v=vs.85)
https://msdn.microsoft.com/en-us/library/aa741322(VS.85).aspx
SHDocVW is basically IE, I dug around and found this: https://web.archive.org/web/20070416164409/http://msdn.microsoft.com/workshop/browser/webbrowser/WebBrowser.asp