You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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
krishn...@gmail.com
unread,
Feb 11, 2006, 4:35:50 AM2/11/06
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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.