i have completed my auto typer but i would like to modify this code
so it just "hits" enter because currently it is typing the word enter and "hitting" enter, i would like to fix it so it only "hits" enter.Code:private void timer1_Tick(object sender, EventArgs e) { SendKeys.Send(textBox2.Text); SendKeys.Send("(Enter)"); }




Reply With Quote