Hello, Can you give additional information what you want to achieve? I have used resource files (for the string values) mainly dealing with the localization issues, whereby my application interface has to be in difference languages etc, and resource files provide great help. Otherwise, using resource files to keep your images etc..embeds the resources in your assembly, thus you won't need any other extra files such as .jpg etc.. The connection string can be a constant in your code as well. Does this help?
Ashvin Gunga