msvc++:
on windows form, there is a button and textbox.
the button takes in the text from textbox to further the process.
how can i allow user to press enter key in textbox to trigger the button event handler?
on windows form, there is a button and textbox.
the button takes in the text from textbox to further the process.
how can i allow user to press enter key in textbox to trigger the button event handler?
Comment