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!

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

You can put that jpeg file into application's resources.
Take a look at ResourceManager class.

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

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