Hardware buttons

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can I deploy hardware buttons to do a different function in each form of a project using RegisterHotKey

Thanks
 
Aris

Once your application is trapping the hardware buttons you can redirect the
event whereever you want. For example you could then raise your own
internal event that is only trapped by the active form. Alternatively you
could have each form register for the buttons and unregister when it is
deactivated.

Nick
 

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

Back
Top