Embedded WebBrowser - window.status problem in IE7
The WebBrowser component, is in essence a Internet Explorer window which can be embedded into a Windows application.
Until now, the easiest way to communicate with your host application from an embedded WebBrowser script was through the use of the window.status property. Assigning a value to it would cause the TWebBrowser.OnStatusTextChange event to fire in your application. Unfortunately...
The PngComponents suite of Martijn Saly is awsome and adds excellent Png support to the Delphi programming environment. For example the imagelist component (TPngImageList) mimics the original Delphi VCL imagelist so that you can use Png images in any component supporting the standard imagelist, like treeviews, listviews etc.
The architecture around the Png imagelist is however a bit different than that of Delphi, and may lead to confusion, especially when trying to access it from code. This article shows you how to use and manipulate the Png imagelist from code..