Hi,
In my program, I'm loading icons from the .RES file into an image control using LoadResPicture(ID, vbResIcon).
How can I tell which icon is currently loaded in my image control?
Printable View
Hi,
In my program, I'm loading icons from the .RES file into an image control using LoadResPicture(ID, vbResIcon).
How can I tell which icon is currently loaded in my image control?
You could simply save the ID somewhere when you load a new icon. In the Tag property for example...
Best regards