private void Form1_KeyPress(object sender, KeyPressEventArgs e) { if (e.KeyChar == 13) { AboutBox1 aabt = new AboutBox1(); aabt.Show(); } } }
Regards, Lakshmi Naraayanan.S http://dotnettechrocks.blogspot.in/ http://abaprocker.blogspot.com/
Login to post response