Ok, this may be a silly and stupid question, but I can't seem to find how to do it.
I have a VB.NET Windows application that is often run with multiple instances on a Windows XP computer. Normally, the icons are side by side on the taskbar for Windows. However, when many applications are running, Windows XP starts grouping the applications under one level where you can click and reveal all the instances running. (exactly like it should, of course). The problem is that when it does this, the title of the grouping is blank. So I see the icon set for the whole application, but then the title is blank in the taskbar. When I click the group, it reveals all the instances with the proper window names.
I have changed the AssemblyTitle and AssemblyProduct in the AssemblyInfo.vb file, but these still seem to have no effect when the instances are grouped by Windows XP on the taskbar.
What am I missing here?