06-16-2005 04:44 AM
06-16-2005 05:01 AM
06-16-2005 05:22 AM
06-16-2005 05:36 AM
06-16-2005 07:13 AM
08-29-2005 09:03 AM
08-29-2005 09:09 AM
08-29-2005 09:19 AM
08-29-2005 09:24 AM
08-03-2010 03:42 AM
I have a similar problem, attached. I'm using a text box to display program status to the user, so throughout my code I've got concatonated strings, but to make sure the most recent message is displayed I write a large value to text scroll pos. (in the hope the user will never reach that value).
That works fine but wherever there's a new message in the code I have to write to text scroll pos. at the same time. Which looks really messy. Is there any way I can set the property once?
Thanks