if (textBox1.SelectedText != "") textBox1.Text = textBox1.Text.Remove(textBox1.SelectionStart) +textBox1.Text.Substring(textBox1.SelectionLength +textBox1.SelectionStart);
if (textBox1.SelectedText != "") textBox1.Text = textBox1.Text.Replace(textBox1.SelectedText, "");