WinForms Cara Memeriksa Kunci Enter

//add the handler to the textbox
this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(CheckEnterKeyPress);
Amused Alligator