I have solved my problem by coverting the ActiveX Control into a Netscape Plugin using Mike Scott's Netscape Plugin Famework - thanks Mike :)
The framework can be found at http://ourworld.compuserve.com/homepages/mikes/ Regards Paul Klink [EMAIL PROTECTED] (Paul Klink) wrote in message > Hi, > > I developed an ActiveX Control (actually ActiveForm) with Delphi 6 > which worked fine under Netscape 6.2.3 using the previous version of > the ActiveX Plugin from "http://www.iol.ie/~locka/mozilla/plugin.htm". > > However it does not work under Netscape 7 using the latest release of > the plugin from "http://www.iol.ie/~locka/mozilla/plugin.htm". > > The ActiveX control displays and seems to resize if the browser is > resized. However it does not seem to respond to mouse messages or > keyboard messages. This also applies to a new and empty Delphi > ActiveX Control (ActiveForm) project. > > Upon debugging, exceptions were raised in the following 2 Delphi > library routines: > TActiveXControl.OnAmbientPropertyChange > TActiveXControl.SetClientSite > The exceptions seem to relate to accessing/reading/writing Font data > when the DLL is loaded. > > Any ideas anyone? > > Regards > Paul Klink
