Alt+Tab icon is wrong for app without Taskbar button

P

Paul E Collins

My application's main form has ShowInTaskbar set to false, because it
is controlled by means of an icon in the notification area. When the
icon is double-clicked, the application comes to the foreground
(without any Taskbar button).

While the application is thus visible, Alt+Tabbing between open
windows shows the default application icon (white box with blue bar)
instead of the icon used both for the application and for the main
form. What can I do to show the correct icon instead?

Eq.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

Most probably it's showing the icon associated with the particular window
that is on top, assign your app icon to the form too,
 
P

Paul E Collins

Ignacio said:
Most probably it's showing the icon associated with
the particular window that is on top, assign your app
icon to the form too,

I've already assigned the same icon to the app and every form in it.
It's something more subtle and annoying than that.

Eq.
 

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