Rich Text Box Workaround Doesn't work 
Author Message
 Rich Text Box Workaround Doesn't work

Hello All,

I have found a bug in VB 5.0 (sp3), 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.



Mon, 30 Oct 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Why doesn't Rich Text 6.0 worK?

2. RichTextBox Workaround doesn't work.

3. Reading text from another program's Rich Text Box

4. rotated text box text doesn't print

5. fRefreshLinks Doesn't work if path doesn't exist

6. Colour Text Box/Class Wrapper for Rich Text Box

7. Newbie question: Rich Text Box vs. Text Box

8. help: formatting rich text box/text box

9. Rich Text Box vs. Text Box Scrolling

10. Rich Text Box or text box control

11. Looking for APIs for text box and Rich text box

12. Bypass SaveAs .PDF dialog box doesn't work

 

 
Powered by phpBB® Forum Software