Packer 2004 is a program to manage ZIP files.
With Packer 2004 you can create, open, close, copy, move, delete and rename a ZIP packer and see it's properties.
Also you can add a directory, add files and much more.
Thanks to Spangly/Notandor and it´s "PBZIP".
A note: this program only compiles with purebasic version 3.90.
Download it in here:
http://sapp.telepac.pt/cesar-baptista/PureBasic/Packer 2004.zip
As always, source code is included.
Try it and write about it.
Thanks in advance.
Packer 2004
- cabaptista
- User
- Posts: 86
- Joined: Sun Nov 30, 2003 11:42 pm
- Location: Lisboa, Portugal
- cabaptista
- User
- Posts: 86
- Joined: Sun Nov 30, 2003 11:42 pm
- Location: Lisboa, Portugal
Num3, you are right. It's a bug.
But I don't know how to solve it.
The bug has to do with opening other windows over the main window and then try to maximize or minimize the main window.
I have the next code in #PB_Event_SizeWindow:
Case #PB_EventSizeWindow
ResizeGadget(#MAIN_LISTICON, 0, 24, WindowWidth(), WindowHeight() -60)
but still don't work.
Can anybody help me ?
But I don't know how to solve it.
The bug has to do with opening other windows over the main window and then try to maximize or minimize the main window.
I have the next code in #PB_Event_SizeWindow:
Case #PB_EventSizeWindow
ResizeGadget(#MAIN_LISTICON, 0, 24, WindowWidth(), WindowHeight() -60)
but still don't work.
Can anybody help me ?
- cabaptista
- User
- Posts: 86
- Joined: Sun Nov 30, 2003 11:42 pm
- Location: Lisboa, Portugal
- cabaptista
- User
- Posts: 86
- Joined: Sun Nov 30, 2003 11:42 pm
- Location: Lisboa, Portugal