Posts by Maria Helena Bianchi • 1 point
1 post
-
-2
votes4
answers7923
viewsA: How do I give Enter and Run my SEARCH button
private void textBox1_KeyPress(Object Sender, Keypresseventargs and) { if (e.Keychar == 13) { btnPsearch.Performclick(); //it will simulate a click on the button. } }