
RichTextBox Workaround doesn't work.
I have found a bug in VB 5.0, in the Rich text box.
It doesn't display the horizontal scroll bar.
Microsoft has addmitted this in Q175501, on the MSDN.
They describe a workaround. You put this in after the loadfile.
dim x as string
x = richtextbox2.textRTF
richtextbox2.textRTF = x
The workaround doesn't work.
Does anyone know of a workaround that does?
Thanks in Advance,
Larry
P.S. Not only do we have to put up with MS bugs, but there
workarounds don't even work.