PDA

Click to See Complete Forum and Search --> : VB Activex dll/exe called from php?


TDQWERTY
Oct 4th, 2005, 08:22 PM
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.

visualAd
Oct 5th, 2005, 12:39 AM
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 ;))