GetAssociatedIconKey |
Description
This function returns a 'unique' key for the icon associated with the specified file name. |
Syntax
[Key =] oDlg .GetAssociatedIconKey ( File ) |
Parameters
Part |
Description |
Key = |
String variable to which the return value (key) is assigned |
Odlg |
A reference to the WshDialog.Kit automation object (as returned by the Wscript or VBScript CreateObject methods) |
File |
The name of the file you want to retrieve a 'unique' icon key for. |
Example
See the GetAssociatedIcon page for an example |