Unicode Controls & Classes for VB6 - Version 4

clsShellLink.Icon Property

Gets or sets the Link Icon; returns the Icon handle (in a Picture object) associated with the link

Syntax
Public Property Get Icon () As Variant
Public Property Let Icon (ByRef vIcon As Variant)
Parameters
Parameter Description
ByRef vIcon As Variant The new Link icon (see below)
Supports:
1) - a String for specifying a filename
2) - a Numeric for specifying an icon index from the current Target
Remarks