Is there a way around the string length limitation for the BalloonTipText under a NotifyIcon compone

  • Thread starter Thread starter forest demon
  • Start date Start date
F

forest demon

I have a BalloonTipText property under a NotifyIcon component that
exceeds, what appears to be, a 256 byte limitation. It just truncates
it. Is there any way around this?

Any help is appreciated.

Thanks....
 
How long do you need the text to be? If it is substantially longer than
256 bytes/characters, then I would consider having a notification message
which says "click here for more info" and then presenting a more appropriate
UI for the message (since it is so long).
 

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

Back
Top