Alexander Kent wrote his second article for The Code Project demonstrating the usage of Platform Invoke Services in Visual C# to interoperate with Windows Media Player. In short, Windows APIs are DLLs that are embedded in the Microsoft Windows operating system. The advantage of using Windows APIs in your code is that development time and …
An article on axWebBrowser/MSHTML automation using Visual C# by Alexander Kent. The Microsoft Web Browser COM control adds browsing, document, viewing, and downloading capabilities to your applications. Parsing and rendering of HTML documents in the WebBrowser control is handled by the MSHTML component which is an Active Document Dynamic HTML (DHTML) Object Model hosting ActiveX …



