i am new in c# .net. i am using two textbox in my form and i want to show a message box when i press tab key for move cursor from one textbox to next...
plz help me...
thnx in advance....
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Apr 14, 2011, 3:06 PM
VulpesPosted Apr 13, 2011, 11:19 AM
Richard BrennanPosted Apr 13, 2011, 11:15 AM
if(textBox2.focused) MessageBox.Show("Your message.", "title of ur message box");