Hi
I've just seen slickrun and I like the idea of being able to bind a
key sequence to my own
programs in this manner, any idea how I can do this in C#? Or is it a
Win32 thing?

ta
C

Re: how to map window keys to a windows forms program by Duncan

Duncan
Sun Dec 03 03:19:59 CST 2006

You need to use the RegisterHotKey API - there is an article and VB.Net
component I wrote to do this at
http://www.codeproject.com/vb/net/mclhotkeynet.asp

Sláinte,
Duncan

<codefragment@googlemail.com> wrote in message
news:1164835504.791816.189870@80g2000cwy.googlegroups.com...
> Hi
> I've just seen slickrun and I like the idea of being able to bind a
> key sequence to my own
> programs in this manner, any idea how I can do this in C#? Or is it a
> Win32 thing?
>
> ta
> C
>