This is the property that
you set to specify the icon to use for the generated SDA. To create an archive you
use this method, CreateArchive.
Description
Specifies the icon file to use for
the generated SDA.
Syntax
object.ArchiveIcon
[= String ]
The syntax of the ArchiveIcon
property has these parts:
Part
Description
object
A
Cryptocx v7 control.
String
A
string expression that specifies the icon file to use.
Default
""
(empty string)
The default icon is the key icon as
in the screen shot (top left of picture is the icon)
Remarks
If no valid icon file (.ico) is specified then this
property is ignored when generating the SDA and the default key icon
used.
You must specify the icon file to
use as an absolute path. For example if you specify "file.ico"
it will be ignored and the default key icon used. You must specify
the full path and file name.
Data Type
String
Example
Sample Visual Basic
Code:
Where Cryptocx1 is an instance of a Cryptocx Control.