in Windows XP, when you open multiple windows of the same type, it "stacks" them on top of each other with an icon and a number. Well I have two forms, one that opens another. both have their Icon properties set to the same Icon, and I have set the Icon property in the Project properties. When I am on the Main form, the right Icon shows up, but when the second form is opened (ShowDialog to open it modal), I get the generic white window icon. Is there somewhere else i need to be setting up an Icon proeprty?
