As topic. for example. I have a CSV
Code,UserID
USA,1234
JPN,1235
I have added flag image USA.png, and JPN.png into the resource.
My program can read the csv raw data and display correctly but i have problem in calling the flag by reading the country code in my csv.
I tried this:
Image = Properties.Resources.ResourceManager.GetString.(code)
But doesn't work, how can I achieve this? Thanks