Method TrayIcon():setDLLName() Foundation

Sets the name of the DLL to load resources from.

Syntax
:setDLLName( [<cName>] ) --> cOldName
Parameters
<cName>
The filename of the DLL. If no name is given, the method just returns the current DLL name. To use icon resources in the .exe file, pass the empty string ("").
Return

The previous DLL name.

Description

Sets the name of the DLL which is used to load icons from. This may be used when icons are specified as resource ids in :setIcon(), and when these icon resources reside in a DLL instead of in the .exe file.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.