0

I'd like to get the name of all the images from resources and store them in a ListBox. Should i loop through and declare it as array?

Ozarraga_AB
  • 939
  • 5
  • 15
  • 24

1 Answers1

0

Use Assembly.GetManifestResourceNames

  • is it possible to call its index number(if it has one)? (i don't know how to call it since i am new to this stuff) – Ozarraga_AB Jan 12 '12 at 19:29
  • Have you read the documentation ? It returns an array, so yes, you can use indexers. But, from what you post, I think this is way over your knowledge at this point (no pun intended). Try to learn first the technology, the language, etc... – Catalin Serafimescu Jan 12 '12 at 21:07