Carlos
Mon Jan 03 09:07:56 CST 2005
I have done a simple C# 2003 windows form application with just one form and
I have set an icon to the form with 16x16, 16 colors, 32x32, 16 colors and
48x48, 256 colors and it shows that icon in the Alt+Tab dialog. The project
icon is other (the default) and it has no influence (only in the Windows
Explorer when showing the exe file).
Can you try with that simple app and then move forward to a multi-window
app, etc?
--
Carlos J. Quintero
MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
"Kevin" <Kevin@discussions.microsoft.com> escribió en el mensaje
news:B41B65C4-1E66-4D7C-AA8B-E38D5310F66A@microsoft.com...
>I have a C# application with one and only one icon in the project. The icon
> is linked as the application icon in Project Properties and is also linked
> with each windows form.
>
> The icon is displayed properly on the desktop, in the task bar, and on the
> form itself. However, when you task switch (Alt+Tab) the icon is replaced
> with a generic icon. Why? How do I get the proper icon to show on the task
> switch dialog?
>
> --Kevin