09-24-2008 05:20 AM
hi,
my requirement is to append data to a string control continously and the cursor should be at the end of the string control. I am using a string control to give the status of a test that is running continously. How can i use it to give the status. It is similar to a chat window application or a hyperterminal window which gives the status.
Thanks
Jay
09-28-2008 02:12 AM
Hi Jay,
you can use a loop with shift registers. Create your string there and write it to your string indicator. To see the last line you can use the scrollposition property.
Hope it helps.
Mike