Autoscroll Text Area

BlitzPlus Forums/BlitzPlus Programming/Autoscroll Text Area

Tyler(Posted 2005) [#1]
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.


Tyler(Posted 2005) [#2]
Must not be an option to do this :( I don't suppose there's a suggestion box.


kfprimm(Posted 2005) [#3]
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


JoshK(Posted 2005) [#4]
Try this:
http://msdn.microsoft.com/library/en-us/shellcc/platform/commctls/richedit/richeditcontrols/richeditcontrolreference/richeditmessages/em_setscrollpos.asp