c# - How to make window form application run in background? -


i want create gui application run when window start windows service. windows service have no gui. when window start winform hide , when user press specific key winform show. know required keyboard hook. create winform application work accurately want work in background , after window start when user press specific key winform show.this winform used show data. want create application auto capture pc .

any 1 have idea please me.

you need separate program 2 parts.

first, need create windows service provides data collection/monitoring.

second, create winform application , implement keyboard hook there. have program run when user logs in. need communicate service data display user.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -