Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
Zip::AddEmbedded
Embeds a Zip file into an EXE as a custom resource. This resource can be opened by the EXE containing it at runtime by using the OpenMyEmbedded method.
![]() |
Declarations | ||
|
[Visual Basic] Public Function AddEmbedded(ByVal String exeFilename , ByVal String resourceName , ByVal String zipFilename) As Boolean [C#] public bool AddEmbedded(string exeFilename , string resourceName , string zipFilename); [C++] public bool AddEmbedded(String *exeFilename , String *resourceName , String *zipFilename); [JScript] public function AddEmbedded(String exeFilename , String resourceName , String zipFilename) : Boolean |
![]() |
Parameters | ||
|
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.