hi
i built a program that hooks the keyboard and when some hotkey pressed it openning the door (that connected to the COM1 serial port of the computer).
this works fine, until i locking the computer (winkey+L). i want to be able to open the door with the same hotkey from the logon screen.
i using Windows XP & C#.
how do i do that?
thanks.