Microsoft
Software
Hardware
Network
Question : Adding a keyboard shortcut to a WPF MenuItem
I have the following code in my WPF project
All I would like it to do it when the user hits the Ctrl+S keyboard command it runs the procedure save_setup_click. I am obviously missing something.
Answer : Adding a keyboard shortcut to a WPF MenuItem
You'll need to set up a Command object. Here's a thread that talks about how to do that.
http://social.msdn.microso
ft.com/For
ums/en-US/
wpf/thread
/
bceb7fd1-
58f4-4768-
a5cc-4546e
7904553/
Random Solutions
My asp.net button is still not enabled even when I set it to enabled
How to import contact list from outlook expres into Outlook 2003
Simple SQL Join Query Syntax Issue
ASP.NET AJAX PasswordStrength Extender problem in Wizard Control
How to use "IsNull" with varchar datatype?
Login failed for user 'TestDomain\testuser'. The user is not associated with a trusted SQL Server connection.
Excluding duplicates from a query in t-sql to use in MS Visual Studio
How to use session variables in field names of asp.net report (.rdcl)
Convert LINQ in C# to VB.NET
how to avoid window resize programmatically using MFC for the drag event on title bar which occurs in windows 7 ?