RichTextBox Workaround doesn't work. 
Author Message
 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.



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

 Relevant Pages 

1. Rich Text Box Workaround Doesn't work

2. Work Around doesn't work for RichTextBox

3. right alignment in richtextbox doesn't work

4. RichTextBox.SelIndent doesn't work

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

6. Windows Service Calling VB6 dll doesn't work but works with VB6

7. IE3 doesn't work after working with webbrowser control

8. Why LoadPicture() works on local pathes and doesn't work on the URLS

9. Passing a Parameter its works and it doesn't work

10. Works/Doesn't Work

11. ActiveX-Exe: .Value=True doesn't work while direct click on button works

12. 'Next Comment' doesn't work

 

 
Powered by phpBB® Forum Software