Hi,

simple question if you would be so kind?

I've singleton ActiveX exe whose primary class is instatiated by another ActiveX exe:

[VBCode]

Dim objX as MyHubb.cApp
Set objX = new MyHubb.cApp

[/VBCode]

I then also create a hook to the same object from a web page (server side ASP) but the Server Side ASP is creating a new running instance of the MyHubb.exe and does NOT hook to the running instance created in the other ActiveX Exe ?

I realise the users creating these objects are different and maybe this is the issue, but if the object is in memory and is singleton, whats the issue ??

Any help muchly appreciated.

Cheers.

Chubby.