Hey guys I was wondering how I could use foreach on a few specified resources...
for example, if i had these four resources, how could I cycle through the same action on each resource using foreach:
test.Properties.Resources.file1
test.Properties.Resources.file2
test.Properties.Resources.file3
test.Properties.Resources.file4