I want to assign a single KEY in Keyboard to enable/Disable function.
Initally, the button should be disable. when I press the button1 it should get enable and when I press tha same button1 again it should get disable.
How can I do that in visual studio C# for windows forms application ?
Thanks for your help