I can prevent the "beep" sound when pressing "ENTER" and execute the code on a given button (Just set the propertie "Default" of the button to True.).
But if the button is disabled, how can I prevent the beep sound? Is it possible?
I explain:
When the button in my program is disabled, If I want that the button become enabled again, we have to press ENTER on a TextBox.
But if the button is disabled, how can I prevent the beep sound? Is it possible?
I explain:
When the button in my program is disabled, If I want that the button become enabled again, we have to press ENTER on a TextBox.