Computer Science Canada Automatic scroll down |
Author: | tupac [ Sat Mar 25, 2006 5:43 pm ] |
Post subject: | Automatic scroll down |
I'm trying to make an RTF file that was in cluded into VB automatically scroll down when text is added For example: __________________ |text...................../\ |text....................| | |text....................| | |text.....................\/ -- when it gets to the end, and new text is added, the scroll bar is to scroll down automatically. _________________ |
Author: | Brightguy [ Sun Mar 26, 2006 2:08 am ] |
Post subject: | Re: Automatic scroll down |
Have you the set the ScrollBars Property? (If I understand you correctly, that should be it.) |
Author: | tupac [ Tue Mar 28, 2006 2:24 pm ] |
Post subject: | |
actually i did set it to tru... but it still wont scroll down automatically. |