Wrong Application Icon Task Switch

G

Guest

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
 
C

Carlos J. Quintero [.NET MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top