button images.

  • Thread starter Thread starter Jessica Weiner
  • Start date Start date
J

Jessica Weiner

I need buttons in my application that have a jpeg skin. However, I dont want
to include the jpg file in my distribution package. How can I incorporate
the jpg into c# code? Maybe by converting it to Hex code? Please let me
know.

Thanks.
Jessica
 
Hello Jessica,

You can include the images in the resource file (.resx file).

Alternative can be, if you are using database store the images in the
database.

Cheers,
Kris
 

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

button images.. 2
button images 1
jpeg icons 2
Reduce image file size 1
Problem with writing xml when openFileDialog is used 3
Problem with writing xml when openFileDialog is used 1
PDF to JPG 2
Magnify Image? 3

Back
Top