Hi,
I made a window application in which I put some images, some xml files and some strings in Property.Resources as embedded resources. during run time with the help of Assembly ( using reflection ) I try to access the property which are only of corresponding to xml files so that I can fill my combobox with the Name of the properties which are only related to xml files.
Thanks in advance...
Plz help