c# - keyboard hook as a windows service -


hi trying create application in c# hooks button clicks want application run before user logon. (so should hook user actions , can account password parents set). found out if want run before logon should service have crated one. read article http://www.codeproject.com/articles/7294/processing-global-mouse-and-keyboard-hooks-in-c

sample program works fine (captures hooks if app minimized ) when lunched manually without windows form not working. when trued make without windows form failed. when lunching service not able display windows form (i dont want t create interactive service ) app not working. available create app not need windows form or run form hidden or , run before logon?

p.s using windows 7 .

in windows 7 service cannot interact user desktop. impossible.

it security reasons, describing.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -