global "Windows-wide" shortcut keys

K

kellygreer1

Is there an easy way from .NET to register a Windows-wide keyboard
shortcut? I would like to bring up a WinForm window from an already
running .NET application whenever this keyboard shortcut is used.
I assume the way to do this is calling the Windows API from .NET.

Anyone have an experience with this? or can you point me in the right
direction?

Thanks in advance,
Kelly Greer
(e-mail address removed)
change nospam to yahoo
 
R

rowe_newsgroups

Is there an easy way from .NET to register a Windows-wide keyboard
shortcut? I would like to bring up a WinForm window from an already
running .NET application whenever this keyboard shortcut is used.
I assume the way to do this is calling the Windows API from .NET.

Anyone have an experience with this? or can you point me in the right
direction?

Thanks in advance,
Kelly Greer
(e-mail address removed)
change nospam to yahoo


I assume the way to do this is calling the Windows API from .NET.

AFAIK it's the only way.
Anyone have an experience with this? or can you point me in the right
direction?

Have you searched codeproject.com? I'm sure I've seen tons of examples
of this there.

Thanks,

Seth Rowe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top