Is there a way I can get at the project's icon, the one set in Project - Properties - Make - Application ...
at run time?

What I want to do is load an Image control, e.g. right now I can do an
image1.Picture = Form1.Icon
but, I want the project's icon, which isn't necessarily Form1's.

Thanks, DaveBo