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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -