Our app is made up of several Modules, and we would like to take advantage of the XP feature that would allow these to be grouped together. For example all windows in "Module A" would be grouped together, separately from windows in "Module B".
I've tried setting the AssemblyTitle attribute in the project's AssemblyInfo.cs file but still no title appears, only the count of the number of items.
Is there any way to have control over this, or is it all controlled by Windows?
This is in a WinForms application, for Windows XP. Note that all modules are launched/hosted by a single process but what we want to do is group together all windows contained in a certain module. The Application style is SDI/MDI hybrid, just like MS Word.
Thanks