Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ChilkatZip Control
Message
De
22/11/2002 16:32:57
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00725988
Message ID:
00726020
Vues:
16
Francisko,

See the EVENTHANLDER function.

There is also some useful help under the DEFINE CLASS topic in the help file on how to use the object browser to create a class that implements the methods in the com object.

>I'm traying to instantiate the chilkatsoft Zip control programatically.
>
>olobject=CREATEOBJECT("ChilkatZip.ChilkatZip")
>olobject.NEWZIP("myzip.zip")
>olobject.APPENDFILES("*.*",0)
>olobject.WRITEZIP()
>RELEASE olobject
>
>olobject.writezip fires some events that I want to put code in it. How I reference that events in code?
>
>Example:
>
>Event Name: ZipWritePercentDone:
>Code that i want to include: Wait Window alltrim(str(tnPercent)) nowait
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform