I started my program with the intention of not using any graphics, ie icons in toolbars. But now I have decided to use them. They are all stored in imagelists, except the icons for the forms.
The program is no where near complete and it jumped from around 100k to now 600k since using icons.
At this rate, I believe it will probably end up around 10mb. I was just wondering what you guys think or recommend to do. Would it be better to contain all of the icons in a dll, therefore reducing the exe size.
Would this make the program run any quicker?? I guess the load time would be shorter. Or is there a way to have your icons in a folder and directly call them to be used in a toolbar?
Thanks for any assistance.
The program is no where near complete and it jumped from around 100k to now 600k since using icons.
At this rate, I believe it will probably end up around 10mb. I was just wondering what you guys think or recommend to do. Would it be better to contain all of the icons in a dll, therefore reducing the exe size.
Would this make the program run any quicker?? I guess the load time would be shorter. Or is there a way to have your icons in a folder and directly call them to be used in a toolbar?
Thanks for any assistance.