Work Around doesn't work for RichTextBox 
Author Message
 Work Around doesn't work for RichTextBox

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. right alignment in richtextbox doesn't work

2. RichTextBox.SelIndent doesn't work

3. RichTextBox Workaround doesn't work.

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

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

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

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

8. Works/Doesn't Work

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

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

11. 'Next Comment' doesn't work

12. Code doesn't work (from Dev's site)

 

 
Powered by phpBB® Forum Software