[Delphi] Une application qui n'apparait pas dans la barre de tâches ?

Une application qui n'apparait pas dans la barre de tâches ? [Delphi] - Delphi/Pascal - Programmation

Marsh Posté le 25-08-2002 à 12:59:21    

Salut, j'aurai besoin d'un petit coup de main.  
Je voudrais faire une application Delphi dont on pourrait voir la fenêtre, mais dont l'icône ne s'afficherait pas dans la barre des tâches. C'est possible de faire un truc comme ça ? Si quelqu'un pouvait me filer un coup de main parce que j'ai bien cherché mais je ne vois pas du tout comment faire !! Merci d'avance ! :)

Reply

Marsh Posté le 25-08-2002 à 12:59:21   

Reply

Marsh Posté le 25-08-2002 à 14:17:21    

procedure TMainForm.FormShow(Sender: TObject);
var
  Owner : HWnd;
begin
  Owner:=GetWindow(Handle,GW_OWNER);
  ShowWindow(Owner,SW_HIDE);
end;


Message édité par [SDF]Poire le 25-08-2002 à 14:17:36

---------------
Des bons sites pour Delphi? http://forum.hardware.fr/forum2.php3?post=16838&cat=10 -- informaticien -- http://www.z0rglub.com/phpwebgallery/ -- Delphi :love:
Reply

Marsh Posté le 25-08-2002 à 17:42:37    

Ca marche nickel, merci ! :D

Reply

Marsh Posté le 25-08-2002 à 18:29:22    

2 rien
 :hello:


---------------
Des bons sites pour Delphi? http://forum.hardware.fr/forum2.php3?post=16838&cat=10 -- informaticien -- http://www.z0rglub.com/phpwebgallery/ -- Delphi :love:
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed