<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > DIALOGS > Dialog Commands > DIALOG SET ICON |
Description
Set the dialog icon at runtime.
Syntax
DIALOG SET ICON hwnd, IconFileName
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hwnd |
Number |
No |
Handle of the dialog |
IconFileName |
String |
No |
Name of the icon file name. |
Remarks
Restrictions
You can use only the 32x32px .ico files.
See also
Examples