vBCrLf is not working in my vb6 -
i'm make simple chat room
i want chat's output this
i'm using vbcrlf or chr(13)&chr(10) or vbnewline not like this
this code
private sub command1_click() 'sending text1 client server me.winsock1.senddata me.text1.text doevents 'filling text2 text1 me.text2.text = me.text2.text & vbcrlf & label1.caption & me.text1.text me.text1.text = ""
am wrong?
set multiline property of text2 true
Comments
Post a Comment