Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>@ id ... icon</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
@ ID ... ICON
Use an icon in a dialog
------------------------------------------------------------------------------

Syntax
#include "windows.ch"
#include "topclass.ch"   --or--   #define  NO_C4WCLASS
#include "commands.ch"
@ ID  <nId>  ICON
     RESOURCE <cName>
     [ <clauses> ]

Arguments
RESOURCE <cName> must specify the name of the icon resource.
It is a limitation of Windows that it must be a resource.

See the generic @ ID ... <ControlType> command for details of
the <clauses> and/or parameters allowed.

Description
This command allows you to use an icon in a dialog.  This
command is rarely used, as you would usually use a dialog
editor and place the icon as you design the dialog.

See the generic @ ID ... <ControlType> command for more
information.

Example
@ ID  IDD_XXX  ICON  RESOURCE "MyIcon"


See Also: @ ID ...

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson