This blog is a personal outlet to share some things I encounter during my coding adventures and would like to share with the world, so that others (hopefully) can profit by it.

This blog does not express in any way the views and opinions of the companies I work for!

Happy reading and of course leave your comments where you see fit!

donderdag 24 december 2009

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...

Labels