Where to put images

  • Thread starter Thread starter MC D
  • Start date Start date
M

MC D

I'm new to win forms programming, and am having a bit of trouble figuring
out where to place images that will accompany the program. Do you place
them in the bin directory?? What if you are making a control library to
accompany the app, and there are images that accompany the controls? Do you
place them in with the library, but then how is it distributed if the
control library is just a .dll?

Sorry if my question is confusing... I'm much more used to web apps.

Tnx,

D
 
Hi MC

If you create your project do not botter direct where are the pictures.

In VS.net is also provided the setup and deployment projects.
Things as you now are asking are there done by default or by setting as you
wish.
(Normaly in the program folder).

I hope this helps,

Cor
 
Back
Top