I want to populate my imagelist control by images. For this i want to extract images from resource folder.
I have tried and searched over Google. But i found i can access only one image at a time from resource folder
I have tried in the following way:
Properties.Resources.ImageName //Accessing a single image by a name
I want to populate my imagelist by images from resource folder.