How To Create A *.CAB File in VB6 Pro?
I am trying to make a CAB file in VB6 Pro, but I don't know how to!! I wish for the file to be compressed, viewable, programmable and also sequre for all users on any platform they are using. But I want only the CAB file that I wish to only let my project read and work with it.
In the file I want to make it contain MID, WAV, BMP and FON files to be inside some sort of libaray in the CAB file.
Re: How To Create A *.CAB File in VB6 Pro?
Hello!
There has never been such code on the Internet before, but I was still able to write this complex code.
Here are links to ready-made examples:
Compress CAB on vb6-code: https://www.vbforums.com/showthread....ckaging-module
DeCompress CAB on vb6-code: https://www.vbforums.com/showthread....g-CAB-archives
Re: How To Create A *.CAB File in VB6 Pro?
Don't wake the Imp! You know not what you do.