MeeMMeeM
MeeMMeeM

Reputation:

C# How to show a icon when multiple window forms are minimised on the taskbar

I have an application with multiple forms, each form has the same icon, so when I minimise that form the form appears on the taskbar with the specified icon.

However, when I have multiple form windows minimised onto the taskbar the the forms are group together and the icon changes to what seems to be a windows default one!

How can I make the icon be the same for the grouped as it is for a single form?

Upvotes: 1

Views: 1778

Answers (1)

MeeMMeeM
MeeMMeeM

Reputation:

Thanks, the issue has now been resolved, I was running it in visual studio and not the .exe which acts how I want it to.

Thanks for the responses.

Upvotes: 1

Related Questions