VB.NET Equivalent of C++ RegisterHotKey

R

Randy Cox

I'd like to implement a hot key in my VB.NET application. I've
seen a sample of C++ code that used the 'RegisterHotKey' and
'UnregisterHotKey' routines. Are there VB.NET routines that
function like them?

Any VB.NET code samples or web sites about implementing hot keys
would be appreciated.

Thanks.

Randy
 

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