How to assign an icon to a group

  • Thread starter Gregory Khrapunovich
  • Start date
G

Gregory Khrapunovich

I am developing a windows application in .Net that opens multiple modeless
dialogs. Each dialog has ShowInTaskBar property set to True. When the
application is
running Windows XP displays a Group on the taskbar. Each dialog does have an
icon, but the Group icon is empty.

How can I set an icon for the Group? I tried assigning the same icon to each
dialog, but it didn't help.

Thank you in advance.
Gregory Khrapunovich
 
D

David Candy

Look here to see how explorer does it
HKEY_CLASSES_ROOT\Applications\explorer.exe
 

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