01-03-2008 04:07 AM
01-03-2008 04:28 AM
Hi,
You can put a line of text anywhere in a textbox. Check out the OutputResults function in the atedemo. In this function, the InsertTextBoxLine is used to put a new line of text in the textbox. The LineIndex parameter (3rd parameter) of this function is set to 0, which means that the text is inserted on top of the textbox. When you check the help on this parameter for the InsertTextBoxLine function, you will see that setting the parameter's value to -1 will cause the new line to be inserted at the end of the textbox, and the test results will be printed from top to bottom.