Putting image files in a subdirectory of the executible.

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

I am making an executable that has lots of graphics. I'd like to keep the
graphics together in a subdirectory. I can figure out how to make a link to
the file in Visual Studio but how do I tell it when it goes to create the
install that I want them in a subdirectory? And how do I reference them in
Studio?

TIA - Jeff.
 
Jeff,
In your deployment project, you would create a new folder below the
application target folder, and add all the images to it.
Peter
 

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

Back
Top