I am using VB.Net with Visual Studio 2005 to create an application. I set the application's icon by:
1. Clicking on the project.
2. Selecting View >> Property Pages.
3. Selecting the Application page.
4. Selecting <browse> from the "Icon" drop-down menu.
5. Selecting the .ico file I created using an third-party tool.
Things almost work correctly. When I start the program, I see the icon in the upper left hand corning of the application's window. I also see the the icon in the window's program bar at the bottom of the screen. However, when I press Alt-Tab, a blank space is located where the program's icon would normally be located.
Any guess what is wrong? I've tried using both 16x16 and 32x32 .ico files.
Thanks
Matt