12-21-2006 09:04 AM
12-21-2006 10:33 AM
I am attaching a simple project that writes lines to a textbox and always displays the last line written: it may be helpful for your needs.
Roberto
12-21-2006 10:43 AM
An easier solution is to use SetCtrlVal (panel, control, string); to add lines at the end of the text box. This causes the box to automatically scroll to display the last line.
JR
12-21-2006 10:48 AM
@jr_2005 wrote:
An easier solution is to use SetCtrlVal (panel, control, string); to add lines at the end of the text box. This causes the box to automatically scroll to display the last line.
JR
12-21-2006 11:18 AM
...Unless the text box is set to 'Word' Wrap Mode
JR