Hi!


I would like to show some path information in a static text area

but when the path gets too long, it will be cut off.


M$ sometimes uses three dots to shorten the information like this:

C:\Programs\Microsoft Office\Office\Outlook\blabla.dat

will be transformed into

C:\Programs\...\Outlook\blabla.dat


Is there a CStatic derived class doing this job available?