Taskbar icon problem with FormBorderStyle.None
Windows Forms
1
Posts
1
Posters
1
Views
1
Watching
-
I'm looking for a workaround for this .NET bug that occurs on Win2k. The bug doesn't appear on XP. 1) Create a simple app (In C# or VB). 2) Set the form's property FormBorderStyle=None. 3) Run the app. Notice that the taskbar only shows the app name, with no icon. I am using Framework 1.1. Is it a known bug? any solution?