hi ,
i developed a local (LAN) chat software..
but i have a problem in Conversation screen ..
I used editbox for conversation ..
and textbox for message writing
and fill conversation like that
editbox.value = editbox.value + textbox.value +chr(13)
but when msg increases from the height of editbox.. it cant be auto scrolls i used for scrolling ...
editbox.setfocus
keyb '{CTRL+END}}'
but it can't be working
can any body help me for this..
i developed a local (LAN) chat software..
but i have a problem in Conversation screen ..
I used editbox for conversation ..
and textbox for message writing
and fill conversation like that
editbox.value = editbox.value + textbox.value +chr(13)
but when msg increases from the height of editbox.. it cant be auto scrolls i used for scrolling ...
editbox.setfocus
keyb '{CTRL+END}}'
but it can't be working
can any body help me for this..