Status bar: Text limit?

  • Thread starter Thread starter Axel Dahmen
  • Start date Start date
A

Axel Dahmen

Hi,

it appears to me that the status bar label element can only hold a limited
amount of text. Is it possible to change this?

TIA,
Axel Dahmen
 
Hi Axel,

If my label element you mean a StatusBarPanel, increase the size of the StatusBarPanel.
 
Yes, there seems to be a limit, I don´t remember the figure, but I solved it
using several panels instead one single panel, although that only applies if
your text can be split into meaningful pieces.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
Ah, I see.. I've just programmed a simple tool, having a status bar without
any panels, so I could simply apply a string to the Text property.

I was just wondering why the text was clipped there...

Tnx!
Axel
 
Back
Top