Xceed .NET Libraries Documentation
DialogMessages Property


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace > XceedSfxPrefix Class : DialogMessages Property
Gets a list containing the texts that are displayed by the various dialog boxes shown by the self-extracting zip file.
Syntax
'Declaration
 
Public ReadOnly Property DialogMessages As DialogMessageList
'Usage
 
Dim instance As XceedSfxPrefix
Dim value As DialogMessageList
 
value = instance.DialogMessages
public DialogMessageList DialogMessages {get;}

Property Value

A reference to a DialogMessageList containing a list of the texts that are displayed by the various dialog boxes shown by the self-extracting zip file.
Remarks

For 32-bit self-extracting zip files, the maximum string length allowed for each dialog message is 2000 characters, except for the license agreement message which can contain up to 8000 characters. For 16-bit self-extracting zip files, the maximum length for all dialog messages is 255 characters.

If each dialog message is set to an empty string, the resulting self-extracting zip file will never display any dialog or message boxes on screen, nor prompt the user for passwords, new disks or file replace conditions. In this case it is also suggested that you remove all button captions and dialog strings by setting the each item in the ButtonCaptions and DialogStrings properties to an empty string.

This property is the equivalent of the SfxMessages property and the SfxClearMessages and SfxResetMessages methods of the ActiveX version of Xceed Zip.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XceedSfxPrefix Class
XceedSfxPrefix Members