I am having trouble writing a program that I want to be active always.
I wrote code on keydown to do something, but when form1
is minimized or in tray keydown event does not response. How can I get my application to respond to keyboard events even when it is not in focus?
addition :
its window app , and lang is c#.NET ,