Hi All,
in my form I have two textboxes (T1,T2) and two buttons (B1,B2)
how can i insert text in T1 and press enter to execute B1 event, and insert text in T2 and press enter to execute B2 event.
the only thing that i found is that I set in the Form itself the property of AcceptButton and choose which button (only one button)
is there away for doing so? (i know it is possible but need help :) )
Regards,
HK
in my form I have two textboxes (T1,T2) and two buttons (B1,B2)
how can i insert text in T1 and press enter to execute B1 event, and insert text in T2 and press enter to execute B2 event.
the only thing that i found is that I set in the Form itself the property of AcceptButton and choose which button (only one button)
is there away for doing so? (i know it is possible but need help :) )
Regards,
HK
Comment