Class Library Resource Images

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
 
P

Peter Proost

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top