Plain C WebBrowser Control mini API.
CWB (C WebBrowser) API is a minimalist implementation of a WebBrowser control adapted to C WinAPI environment. The API allow to embed a WebBrowsercontrol instance (Internet Explorer/Trident) within a common WinAPI window.
This mini API is widely inspired from the Codeguru's CWebPage.c example with help of the René Nyffenegger's C++ implementation for frame resize handling and navigation interception.