Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert VB sample code to VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00362887
Message ID:
00362890
Vues:
17
>HELLO,
> Can someone help me to convert the following VB codes into VFP:
> SET OBJAPP = CREATEOBJECT('IMAGING.APPLICATION')
> SET OBJIMG = OBJAPP.CREATEIMAGEVIEWEROBJECT(1)
>
> OBJIMG.OPEN 'C:\TEMP\CHAPTER1.TIF'
>THANKS

OBJAPP = CREATEOBJECT('IMAGING.APPLICATION')
OBJIMG = OBJAPP.CREATEIMAGEVIEWEROBJECT(1)
OBJIMG.OPEN('C:\TEMP\CHAPTER1.TIF')
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform