if (txbValue.InvokeRequired)
txbValue.Invoke(new MethodInvoker(delegate() { txbValue.Text = “test”; }));