Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Integrate the COM with VFP
Message
From
14/09/2004 04:36:09
 
 
To
14/09/2004 03:12:22
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00941814
Message ID:
00941820
Views:
21
> Hi all,
> I need to work with any xxx.dll (COM) which was prepared in C++.
> (I have no experience working with Fox+COM).
> Could anyone please advice step by step how to integrate the
> COM with VFP(i work in VFP 8).

Hi,

This example creates an instance of IE:
oCom = CREATEOBJECT('InternetExplorer.Application')
oCom.
After typing the dot, in Vfp8 Intellisense jumps in and
shows methods and properties etc.


hth
-Stefan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform