in method: PUBLIC SUB TextBox1_KeyRelease() i try do some like that IF Key.Enter THEN TextBox1.Visible = FALSE or IF Key.Enter = Key.Text THEN TextBox1.Visible = FALSE or IF Key = Key.Enter THEN TextBox1.Visible = FALSE or IF Key = Enter THEN TextBox1.Visible = FALSE but this is don't work. How do it?