well i create a application and i put all MenuStrip icons in a folder
And i call them like this
MenuSItem.Image = Image.FromFile(@"Icons/Login/About.png");
but this one have a big problem, everyone have acces to icons, everyone can delete-put other icons...
Yea ok i know, i can let icons in resource but i dont like this one...
My Question is:
Can i create a encrypted file were inside i will have all those images?
Example , to create a WIcons.wic file, and when application run to load from this file icons...
like a "local store- database"