Tagged Questions
3
votes
2answers
2k views
wpf keyboard focus: losing focus after menu opens?
This seems really easy, but it's definitely not working as expected. In WPF 4.0, I'm trying to create a window with a menu bar that accepts keyboard shortcuts... Just a simple window, a menu bar at ...
1
vote
2answers
415 views
WPF 4 keyboard focus: never recieving key events
In WPF 4.0, I can't seem to get any keyboard shortcuts to work if I swap the user control in the window after it's been loaded. A code sample says a thousand words, so here's what I'm doing:
Window ...