Вниз
Скачать: CL | DM;

Панель задач и реестр XP   Найти похожие ветки 

 
NikSoft ©   (2006-06-07 13:00) [0]

Народ, не могли бы вы подсказать каким образом заставить XP не показывать иконку активного Delphi-приложения на панели задач?
Мерси.


 
Игорь Шевченко ©   (2006-06-07 13:37) [1]

unit main;

interface

uses
 Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;

type
 TForm1 = class(TForm)
 protected
   procedure CreateWnd; override;
 private
   { Private declarations }
 public
   { Public declarations }
 end;

var
 Form1: TForm1;

implementation

{$R *.DFM}

{ TForm1 }

procedure TForm1.CreateWnd;
begin
 inherited;
 SetWindowLong(Application.Handle, GWL_EXSTYLE,
 GetWindowLong(Application.Handle, GWL_EXSTYLE) and not WS_EX_APPWINDOW or WS_EX_TOOLWINDOW);  
end;

end.



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.44 MB
Время: 0.024 c
3-1146659528
mochoni
2006-05-03 16:32
2006.06.25
Занесение файлов в SqlServ


11-1129318131
Ritter
2005-10-14 23:28
2006.06.25
События мыши в ListView


15-1149145793
vecna
2006-06-01 11:09
2006.06.25
Темы XP, опять все не слава богу =(


15-1148961019
kozhanov
2006-05-30 07:50
2006.06.25
Копирование файлов в Explorer


2-1149644505
Никос
2006-06-07 05:41
2006.06.25
Типы




   Наверх