Status Bar

S

S Shulman

Hi

Is there any limit (or a way to set a limit) on the number of characters in
a panel of a status bar, I am unable to see the entire text that I entered

Thank you,
Shmuel Shulman
SBS Technologies Ltd
 
H

Homer J Simpson

Is there any limit (or a way to set a limit) on the number of characters
in a panel of a status bar, I am unable to see the entire text that I
entered

If Len(string) > 999 then string = left (string, 999)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[email protected] 1
bitwise operations 1
String Methods 3
NumericUpDown Control 2
Menu Question 3
MenuItem35.PerformClick() 2
FontFamily.GetFamilies Method Question 1
Reporting Tool 2

Top