Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conversation Screen for chat software

Status
Not open for further replies.

prg555

Programmer
Joined
Dec 8, 2006
Messages
12
Location
PK
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..
 
thanx dave

i got my point
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top