When I click on my Winforms app then its forms are opened in separate section in Taskbar with default C# icon. How can I solve this issue?
Update:
At first I open my login form as bellow:
Application.Run(new frmLogin());
Then I open my main form from the login form as bellow:
this.Hide();
frmMain frmMain = new frmMain();
frmMain.Show();
This sounds like a system problem. Here are 3 solutions:
Restart your computer.
Restart explorer.exe
or File Explorer. How to do it.
Unpin then re-pin your program on the taskbar.