المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Grouping similar taskbar buttons in the Taskbar



C# Programming
03-18-2010, 05:11 PM
My application behaves unpredictably as I turn on the 'Group similar taskbar buttons' option in the Taskbar properties.

Strangely, the problem occurs only on some computers.

It is as follows:

I enable the Group similar taskbar buttons option in the Taskbar properties. As the taskbar buttons begin to get too small Windows automatically groups buttons so that all of the open buttons from the application are grouped into one taskbar button. This works fine.

The icon of the groupped button is Application's default resource icon which is also OK.

The problem is that the caption of the groupped button is set to the AssemblyName not the AssemblyTitle defined in the AssemblyInfo.cs file.

As I mentioned this problem occurs only under some conditions. I can not determine them.

For example the feature works fine as I run the application from local disk while it does not work as I run the application from network disk (same machine, same application).

Best regards,
David