How to handle an exe from visual basic through php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • airboy
    New Member
    • Mar 2010
    • 2

    How to handle an exe from visual basic through php

    Hi! Its my first question here and I really hope to help me because I run out of my mind!!
    My question is: I have an exe, created from a visual basic project. Is there any script, code, function to manage the exe and its functions remotely from my php code? I tried COM() function but doesnt works... Please help me!!!
    Thanks in advance!!
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    I'm not sure you can call the functions of a compiled executable from outside the executable. Instead, compile to a DLL and then use COM.

    Comment

    • airboy
      New Member
      • Mar 2010
      • 2

      #3
      Thank you marcus it worked but i want to ask you if you know how may I get a byref parameter from a class.... thanks in advance!!

      Comment

      Working...