Thank you very much Sir;
Hehe, no not really... the Image and Icon are completely different... mainly because Icon does not inherit from Image (the file formats are completely different since an Icon can have several different sizes within the file).
I sadly learned that very quickly (not that I was happy about)
So, I would recommend that you add the icons to your project (not as resources, just add them to the project with the "Add Exisiting Item" option) and change their compile option to Embedded Resource (in the properties for the file).
This the way I thought about doing, but didn't know I can "Embed" a resource. I need to look at that.
C# and VB do some different stuff for the name of the resource when it's compiled.
I remember clearly from the class you brought that point up, about the differences in VB and C# and also with the "With" clause!
I'm going to approach it this way. Thanks again.
p.s. Ben if you don't mind, I'm going to put your solution in the new section of samples as a new library of codes. If you don't like it, go ahead and delete it.
..ßen