Autoscroll Text Area
BlitzPlus Forums/BlitzPlus Programming/Autoscroll Text Area| 
 | ||
| How would one go about scrolling to the very bottom of your text area automatically (like mIRC does when you send chat lines, or IM windows, even)? Thanks. | 
| 
 | ||
| Must not be an option to do this :( I don't suppose there's a suggestion box. | 
| 
 | ||
| all you have to do is use AddTextAreaText yourtextarea,Chr(13)+yourtexttoadd$ i had the same problem with a "clone" of the AIM im making it meets my needs hopefully it will meet yours | 
| 
 | ||
| Try this: http://msdn.microsoft.com/library/en-us/shellcc/platform/commctls/richedit/richeditcontrols/richeditcontrolreference/richeditmessages/em_setscrollpos.asp |