|
-
Oct 4th, 2005, 08:22 PM
#1
Thread Starter
Fanatic Member
VB Activex dll/exe called from php?
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.
-
Oct 5th, 2005, 12:39 AM
#2
Re: VB Activex dll/exe called from php?
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 )
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|