WEB开发网
开发学院软件开发Delphi 怎样屏蔽掉开始按钮? 阅读

怎样屏蔽掉开始按钮?

 2006-02-04 13:34:08 来源:WEB开发网   
核心提示:PRocedure TForm1.Button1Click(Sender: TObject); begin {Disable the start button} EnableWindow(FindWindowEx(FindWindow('Shell_TrayWnd', nil),0, 'Butt
PRocedure TForm1.Button1Click(Sender: TObject);
begin
{Disable the start button}
EnableWindow(FindWindowEx(FindWindow('Shell_TrayWnd', nil),0, 'Button', nil),false);
end;

procedure TForm1.Button2Click(Sender: TObject);
begin
{Enable the start button}
EnableWindow(FindWindowEx(FindWindow('Shell_TrayWnd', nil),0,'Button',nil),true);
end;

注意:如果按win键还是可以弹出开始菜单的。

Tags:怎样 屏蔽 开始

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接