C# Desktop application.
In my application i want to create a button that automatically type in textbox start() and then press Enter Key of keyboard.
If I want to start process in my application I need to type in textbox "start()" then press "Enter Key" , the button should do this process when pressed. What will be code for this?