Class Library Resource Images

  • Thread starter Thread starter Peter Proost
  • Start date Start date
P

Peter Proost

Hi group,

it's been a long tilme since I've been here. Butt I've been googling a
lot on this problem, to no avail.
I have a Class Library with a resource file containing all my UI-images
for my buttons etc.
Now when I add this button to a winform the image get's added as a local
resource to the form. However I want to keep the image linked to the
library resource so that when I for example decide to change the ui
picture in the Class Library it also change in my client app.
Is this possible?
(Visual Studio 2008 / 3.5 SP1)

Thanks in advance,

Greetz,

Peter
 
Just a followup to say that I have been able to solve it with enums and
the dictionary class to translate the enum to the actual image.
 
Back
Top