C
C#

✅ I can't get my runButton button to work on a windows form app

✅ I can't get my runButton button to work on a windows form app

Hhugheselite11/19/2023
if (e.KeyCode == Keys.Enter || (e.Modifiers == Keys.None && sender == runButton))
if (e.KeyCode == Keys.Enter || (e.Modifiers == Keys.None && sender == runButton))
I can share more code no problem, I'm trying to have the rest of my code execute if the user hits enter or the Run button, so far it only works when they hit enter, not too sure how to proceed
No description
Hhugheselite11/19/2023
Might help, hopefully lol
TRTaha Reeh11/20/2023
can you share the whole event?
Hhugheselite11/21/2023
!close
AAccord11/21/2023
Closed!

Looking for more? Join the community!

C
C#

✅ I can't get my runButton button to work on a windows form app

Join Server