cacher un prog lors de son fonctionnement? [VB ou C/C++] - Programmation
Marsh Posté le 04-05-2001 à 17:20:00
Task Manager aucune idee (et je pense pas que ce soit possible  ).
 ). 
 
Pour la barre des tache, un simple ShowWindow(FALSE) sur ta Mainframe devrait suffir.
Marsh Posté le 05-05-2001 à 02:02:01
ou : 
 
      nStyle = GetWindowLong(Me.hwnd, GWL_STYLE) 'style courant 
      nStyle = nStyle And Not WS_CAPTION ' nouvo style 
      Call SetWindowLong(hwnd, GWL_STYLE, nStyle) 'on change
Marsh Posté le 05-05-2001 à 02:29:36
Juste enlever juste le WS_CAPTION ne cachera pas la fenetre.
Marsh Posté le 04-05-2001 à 17:14:58
Es ce kk1 connai un moyen pour k1 prog ne soit plus visible dans le task manager et dans la barre des taches?
Bye
---------------
*** Si y'a po de solus c ki y'a po de prob ***