.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Zip Class Summary

Zip::OpenEmbedded

Opens a Zip embedded in an EXE

  Declarations  
    [Visual Basic]
Public Function OpenEmbedded(ByVal String exeFilename , ByVal String resourceName) As Boolean

[C#]
public bool OpenEmbedded(string exeFilename , string resourceName);

[C++]
public bool OpenEmbedded(String *exeFilename , String *resourceName);

[JScript]
public function OpenEmbedded(String exeFilename , String resourceName) : Boolean
 
  Parameters  
   
exeFilename
The EXE containing a Zip file as a custom resource.
resourceName
The name of the resource within an EXE that is the Zip file.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.