Search Results

2
votes
3answers
331 views

Cannot tab out of databound Winforms dropdown list

This is a bit of a strange one, but I've been struggling for a few hours now and I can't understand what is happening. I was wondering if anyone else has experienced this problem, and can p …
3
votes
4answers
325 views

How do you get the ESC key to close a dialog in Winforms?

Often when using software these days, the ESC key will close a dialog without persisting any changes I've made. I like that especially because even though the dialog may have a cancel button on it, …