Ok I'm trying to write the standard winsock program from a client textbox to the server textbox just as in the help files.
My first problem is that I have to answer a username which is <b>winsock1.senddata = text1.text</b>
next, now when I try to answer the password I again send text1.text which already contains the previous username and only part of the password.
So what I'm looking for is a way to manipulate the text box in a way that I only pass the info that's contained on the <b>line</b> in which my cursor is sitting on; of course I still wish to view the entire text1.text info.
Next problem is that the textboxes are limited in size and when I max it out I simply wish to FIFO the previous info.
Help send info or SKUDS please.
My first problem is that I have to answer a username which is <b>winsock1.senddata = text1.text</b>
next, now when I try to answer the password I again send text1.text which already contains the previous username and only part of the password.
So what I'm looking for is a way to manipulate the text box in a way that I only pass the info that's contained on the <b>line</b> in which my cursor is sitting on; of course I still wish to view the entire text1.text info.
Next problem is that the textboxes are limited in size and when I max it out I simply wish to FIFO the previous info.
Help send info or SKUDS please.