Display window name in taskbar
Windows Forms
1
Posts
1
Posters
0
Views
1
Watching
-
I have an application in C#.net Desktop apllication that opens multiple modeless dialogs. Each dialog has ShowInTaskBar property set to True When the application is running on Windows XP displays a Group similar taskbar buttons on the taskbar. Each dialog does have an icon and name , but the Window which is on taskbar which is used to scroll other windows doesnt have title. How can I set an title to that window? Thank you in advance.