hey, kinda confused, like when i use a thread and set its address of property to a sub that has a tcplistener starting in it or something with tcplistener, i can access other windows controls, like by editing a textbox's string value with no problem, without getting a cross-thread operation, but for my client app, i get cross-thread exception, and i really dont know how to handle those properly.
so i got two questions:
1) how to access a textbox and change its text value for my client app without getting a cross thread exception?
2) can multiple sockets and/or listeners be set to a single port on one computer, say for a chat application, like if you have 5 clients(socket or tcpclient) connecting to the one tcplistener ?
so i got two questions:
1) how to access a textbox and change its text value for my client app without getting a cross thread exception?
2) can multiple sockets and/or listeners be set to a single port on one computer, say for a chat application, like if you have 5 clients(socket or tcpclient) connecting to the one tcplistener ?
Comment