Hi. I want to make an app which has a richtextbox. But when richtextbox multiline is true and scroll bars are set to both open, the horizantal scroll bar doesn't seem.
They said I've to close the wordwrap but ;
when I type ;
richtextbox1.wORDWrap = false
vb makes it
RichTextBox1.WordWrap = false
so vb knows the method 'wordwrap'
but when I run the program ;
vb says "data member or method not found"
what must I do ?
They said I've to close the wordwrap but ;
when I type ;
richtextbox1.wORDWrap = false
vb makes it
RichTextBox1.WordWrap = false
so vb knows the method 'wordwrap'
but when I run the program ;
vb says "data member or method not found"
what must I do ?