Is that possible? To make an activex dll or activex exe and use it in php?
I'v searched for some infos about that but i can't get much information on how to use it and on how to build the dll/exe files.
Printable View
Is that possible? To make an activex dll or activex exe and use it in php?
I'v searched for some infos about that but i can't get much information on how to use it and on how to build the dll/exe files.
It is possible, although I've never tried it. You create the object at run timne like you would with the CreateObject() function in VB and all the properties and methods of the control will be accessable via the -> object access operator:
http://www.php.net/com (have a look at the user notes ;))