Process hide
-
I want to hide the process of my program. When the user press ctrl+alt+del, my program must do not appear ! but i don't know how to do, somebody wants to help me ? (xcuse me for my english i'm french)
Use RegisterServiceProcess. Wors fine.
-
I want to hide the process of my program. When the user press ctrl+alt+del, my program must do not appear ! but i don't know how to do, somebody wants to help me ? (xcuse me for my english i'm french)
Paul K. a recommandé d'utiliser RegisterServiceProcess(), qui est correct. Mais rendez-vous compte qu'il y a un autre effet - votre programme ne termine pas quand (j'ai besoin de changer à l'anglais pour les terms techniques) when the user logs off. S'il n'est pas acceptable que le programme coure après log-off, il fait répondre au message WM_ENDSESSION et terminer le programme vous-même.