Hello,
In The program I have 120 Pic , 2 MB in size, I've made a managed resource file(.resx) and add pics in that (as embedded resources) when i want use them, I define a IdictionaryEnumerator in order to enumerate pics. when I use GetEnumerator() method it add 30 MB to my Memory used by the program.
Please tell whats It's resoan and what should i do to get rid of such a problem
And is there another way taking less memory to enumerate resources
Thank You.