I am trying to get a horizontal scroll bar to appear in my VB5 Rich Text Box. I have ScrollBars set to rtfBoth (3), and Multiline set to True. DisableNoScroll (the worst property name I've ever heard of) is set to False. When the text is too wide, it wraps at the boundary of the control, and the scroll bar doesn't appear.

The MSKB article Q175501 contains a possible explanation and workaround, but the sample code doesn't solve my problem--I still don't get a horizontal scroll bar when it says I should.

I am using Richtx32.ocx v5.01.4319, 196880 bytes, 7/19/97 16:01:12. Is there a newer version for VB5?

Thanks in advance,
Ken