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.
Autoscroll Text Area
BlitzPlus Forums/BlitzPlus Programming/Autoscroll Text Area Must not be an option to do this :( I don't suppose there's a suggestion box.
all you have to do is use
i had the same problem with a "clone" of the AIM im making it meets my needs hopefully it will meet yours
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