Help - XP Taskbar Grouping Causes Blank App Name

  • Thread starter Thread starter Chambonneau
  • Start date Start date
C

Chambonneau

Hi

When My Application goes to the number of windows in xp that the user sets
for tasbar grouping, the Identifacation in the taskbar goes blank (no name
and no icon).
I'm sure i've given the solution a project name and everything that it
should be, am i missing something.

Thanks.
 
Chambonneau said:
When My Application goes to the number of windows in xp that
the user sets for tasbar grouping, the Identifacation in the taskbar
goes blank (no name and no icon).

That's a known problem...
 
\\\The Caption\\\
Edit AssemblyInfo.vb in VB or AssemblyInfo.cs in C#
the attribute <Assembly: AsssemblyTitle("")> gives you the caption
///

\\\The Icon\\\
Project Properties --> Common Properties --> Build --> Application Icon
///
 
Back
Top