1
Answer

Application Domain

Deepak Dwij

Deepak Dwij

13y
1.1k
1
Hi,
   I have learned about .net framework. What is the role of application domain in the context of .net Application?
Answers (1)
0
Jan Montano

Jan Montano

NA 2.6k 0 16y
Use the keyup event so that it would take effect immediately

private void textBox1_KeyUp(object sender, KeyEventArgs e)
        {
            MessageBox.Show(textBox1.Text);
        }