October 18th, 1999, 11:27 AM
Hi:
I created a text box with vertical scroll bar that displays curent data coming from a port. Once the information exceed the text box I no longer can see the last line unless I scroll down.
I would like to always see the last data w/o scrolling down.
I used the following command to diplay my data in the text box:
Text3.Text = Text3.Text & point & vbCrLf
Is there anyway I can do this w/o deleteing the previous data?
Thanks.
I created a text box with vertical scroll bar that displays curent data coming from a port. Once the information exceed the text box I no longer can see the last line unless I scroll down.
I would like to always see the last data w/o scrolling down.
I used the following command to diplay my data in the text box:
Text3.Text = Text3.Text & point & vbCrLf
Is there anyway I can do this w/o deleteing the previous data?
Thanks.