Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Integrate the COM with VFP
Message
De
14/09/2004 06:34:31
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
14/09/2004 04:36:09
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00941814
Message ID:
00941834
Vues:
24
>> 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

Stefan,
I think intellisense needs a declaration.

local oCom as 'InternetExplorer.Application'
oCom = CREATEOBJECT('InternetExplorer.Application')
oCom.

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform