Images on Buttons and application

  • Thread starter Thread starter dantheman
  • Start date Start date
D

dantheman

Hi,

can someone explain to me if we are obligated to add all button
"images" to the "entire" solution for distribution.

example:
i have one image button with imagex.gif assigned as image
if i include the image in my project and compile it works and it also
works if i don't include it in my project.

is the "physical image file" created some where that i don't know on
the device at runtime

please help out
cause our app is prety big with all the button images include in the
project and compiled

Thank you for the help
 
I believe from what I've seen that the images if you set them on the buttons
at compile time are compiled into your solution. However, you also have the
alternative method of loading them after the fact at runtime where you load
the images and assign them to the properties on the buttons, however, both
approaches still need the images...

The second obviously would not have to have them redistributed for each new
release though....

good luck,

glenn
 
Back
Top