#include "BIThumbnail.h"
void SetIconWithPath(LPCTSTR strPath)
Description
Set icon of window.
Parameters
|
LPCTSTR |
strPath |
Path of icon file. (for example: “C:\\Icons\\icon1.ico”) |
Additional Information
This example shows how to use the dll when loading statically including the header file. Otherwise if the dll is loaded dynamically, for further information read the “About the difference of static and dynamic library loading” section of the manual.
Requirements
Header : Declared in BiThumbnail.h; include BiThumbnail.h
Library : Use BiThumbnail.lib
DLLs : BiThumbnail.dll