http://www.vb-helper.com/HowTo/textend.zip

	Purpose
See when a TextBox is displaying its last line

	Method
Use a timer that sends the control the EM_GETRECT message to see how big
the TextBox is. Then use EM_CHARFROMPOS to see what character is at the
bottom of the control. If it is the last character, the last line is
displayed.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
