Hi Shadowboxer
[color=blue]
> How do I add an Icon or bmp or jpg to a resource file?
> there doesnt appear to be a clear way to do so in the IDE....[/color]
Add the image fie to your project and then in the item properties set the
Build Action to EmbeddedResourc e
"Shadowboxe r" <shadowboxer@ma c.com> wrote in message
news:OqidnbeZxJ 2_HOiiU-KYgw@giganews.c om...[color=blue]
> How do I add an Icon or bmp or jpg to a resource file?
>
> there doesnt appear to be a clear way to do so in the IDE....
>
> thanks -J
>
>[/color]
"Shadowboxe r" <shadowboxer@ma c.com> schrieb:[color=blue]
> How do I add an Icon or bmp or jpg to a resource file?
>
> there doesnt appear to be a clear way to do so in the IDE....[/color]
Add the icon file to your project and set its 'Build Action' property to
'Embedded Resource'. You can use the code below to load the icon at
runtime:
Comment