I have a textbox and some buttons on a form in my windows application. The user can enter his data either from buttons or from the textbox. I want the buttons to look like they are being clicked when the user enters the data from the text box.
I mean while the user is typing in the textbox the related buttons look like they are being clicked.
I am using .Net and c#
Thank you.