1. RE: StatusBar control & setText limit question
- Posted by Brian Broker <bkb at cnw.com> Dec 01, 2003
- 474 views
Hi Neely, I'm not sure why you'd want to cram that much info into a status bar but according to MSDN: "The text for each part (of a status bar) is limited to 127 characters." Just a limitation of Windows... you'll have to find another method to display your text. -- Brian Neely Kenneth wrote: > To any who can lend some assistance: > I have what hopefully will be an easy question to answer. I am using > Win32lib. I have defined a StatusBar window control. Whenever I try to > use > setText to put text into the StatusBar control, what is displayed is > limited > to the first 127 characters. Any idea on what may be happening here? > Thanks. Ken.