Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using WinZip
Message
From
30/07/2001 15:24:22
 
 
To
30/07/2001 14:54:39
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00527556
Message ID:
00537406
Views:
30
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform