Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using ActiveX EXE
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00150471
Message ID:
00150489
Views:
21
>>>Can anyone tell me how to make use of an ActiveX EXE? I have the function that I need to call within the exe, but don't know how to set up a form or method to initialize and call it.
>>>
>>>Any help would be greatly appreciated.
>>>
>>>Scott Fitzgerald
>>
>>
>>Are you Talking about a true Active X that you have dropped on your form-- or a com object that is external to your foxpro program??
>>
>>Jeff
>
>
>It would be a COM object external to my program. The EXE was created from InstallShield. I need to call a function within the exe to create a CAB file as part of my processes.
>
>Scott

Then take a look at Createobject.

Something like

Ox=createobject('whatevercomis.whatever')
ox.setprop=whatever
ox.functiontomakecab


HTH
Jeff

It's Time to get a gun.

That's what I've been thinkin.

I think I can afford one, If I do a little less Drinkin.

www.TrueGeeks.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform