Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using WinZip
Message
 
 
À
30/07/2001 14:54:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00527556
Message ID:
00537406
Vues:
31
This message has been marked as a message which has helped to the initial question of the thread.
>Rick,
>
>Every time I run the code, the winzip screen appears. What I want to happen is the system will process the file. I don't want to depend on the user making a selection of which file to unzip....any clues? What does the NOR parameter mean?

The NOR parameter is part of the call to Ed Rauh's API_AppRun class. It means show the window 'normal'. If you don't want to see the WinZip window try passing HID to hide the window (I haven't tried this, but it's documented). If that doesn't work you could at least minimize the window by passing MIN. In any case, my WinZip example was intended for cases where you want to extract the entire contents of the zip file, so the user doesn't have to make any selections.
Rick Borup, MCSD

recursion (rE-kur'-shun) n.
  see recursion.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform