Hi,
I have a dialog, which have a picture box with an icon file inside, in my
program. I want to change this icon dynamically with code.
Does anyone knows how I can do it?
Thanks
Jordi
mphanke - 02 Jul 2004 08:54 GMT
Hi,
just replace the icon in picbox->Image with the new one. If it doesn't
show up, post a picbox->refresh().
This should do it.
Martin
> Hi,
>
[quoted text clipped - 6 lines]
>
> Jordi