i'm in big trouble moving some value to a textbox control from another thread. i need anybody's help to solve it..
using
namespace
{
InitializeComponent();
}
threadSocket.Start();
mySocket.SocketDataArrival +=
mySocket.InititateServer();
DisplayMessage =
TxtBoxMsg.Text = s;
d.Invoke(e.Message);