F
fanren945
Unregistered / Unconfirmed
GUEST, unregistred user!
我的程序已经在任务列表中隐藏(ctrl +alt +del看不见),可使用tab键切换任务的时候还是
可以看见,为什么?源代码如下:
procedure hideself;
begin
setwindowlong(application.Handle,Gwl_exstyle,ws_ex_toolwindow);
if (Win32MajorVersion <= 5) and (Win32Platform = VER_PLATFORM_WIN32_WINDOWS) then
begin
RegisterServiceProcess(GetCurrentProcessID,1);
end;
form1.BorderStyle:=bsnone;
form1.Width:=0;
form1.Height:=0;
end;
有没有解决的方法,将我全部家当奉上我是穷人。[]
可以看见,为什么?源代码如下:
procedure hideself;
begin
setwindowlong(application.Handle,Gwl_exstyle,ws_ex_toolwindow);
if (Win32MajorVersion <= 5) and (Win32Platform = VER_PLATFORM_WIN32_WINDOWS) then
begin
RegisterServiceProcess(GetCurrentProcessID,1);
end;
form1.BorderStyle:=bsnone;
form1.Width:=0;
form1.Height:=0;
end;
有没有解决的方法,将我全部家当奉上我是穷人。[]