MaxBolling
Programmer
Hi !<br><br>I want to make an ActiveX OutProc Server that handles static data even if the referencing class is out of scope.<br><br>I would like to have a class exposet with one function that can set global data, one function that get the global data and one function that removes the global data.<br><br>It must be possible to call the ActiveX exe from one application and set some data, the get it from another application, EVEN if the first application was closed in between. The ActiveX exe file should not be removed from memory until I call the remove function.<br><br>Is this possible, and in that case How ?<br><br>Thanks<br>Max<br>