Arsip: Menutup Aplikasi Internet Explorer


by LuriDarmawan in Internet more 18 years ago 3106
Beberapa rekan mungkin ingin membuat aplikasi yang melarang user membuka browser 'Internet Explorer', boleh boleh saja... dipersilahkan..
tapi masalahnya, bagaimana caranya?
Ini dia sedikit source-nya
program Sample;
function CloseIEs(Wnd : HWnd; Form : TForm1) : Boolean; export; stdcall;
var
sCap : array [0..255] of char;
begin
GetWindowText (Wnd, sCap, sizeof(sCap));
if pos ('Microsoft Internet Explorer', sCap) > 0 then
begin
PostMessage (Wnd, WM_CLOSE, 0, 0);
end
else
begin
// check by class name!
  GetClassName (Wnd, sCap, sizeof(sCap));
if sCap = 'IEFrame' then
PostMessage (Wnd, WM_CLOSE, 0, 0);
end;
CloseIEs := true; { next window, please }
end;
begin
// close all hidden instances
  EnumWindows(@CloseIEs, 0);
end.
Syntax Highlighted with https://pascal-id.org/syntax


Selamat mencoba.

referensi:
http://www.delphifaq.com/faq/f147.shtml

AI Forward

๐Ÿš€ We're thrilled to partner with Alibaba Cloud for "AI Forward - Alibaba Cloud Global Developer Summit 2025" in Jakarta! Join us and explore the future of AI. Register now: https://int.alibabacloud.com/m/1000400772/
#AlibabaCloud #DeveloperSummit #Jakarta #AIFORWARD

Local Business Directory, Search Engine Submission & SEO Tools FreeWebSubmission.com SonicRun.com