Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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?

mov ax, 13h

int 10h

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...