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

Back to Zip Class Summary

Zip::OpenMyEmbedded

Opens a Zip embedded within the caller's EXE.

  Declarations  
    [Visual Basic]
Public Function OpenMyEmbedded(ByVal String resourceName) As Boolean

[C#]
public bool OpenMyEmbedded(string resourceName);

[C++]
public bool OpenMyEmbedded(String *resourceName);

[JScript]
public function OpenMyEmbedded(String resourceName) : Boolean
 
  Parameters  
   
resourceName
The name of the resource where this Zip is embedded
 

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