Прячем и вырубаем кнопку пуск.
- {$R *.res}
- uses
- Windows;
- var
- startBtnBmp,startBtnWnd:hWnd;
- begin
- startBtnWnd:=findWindow('Shel_TrayWnd',nil); //записываем в переменную панель задач
- startBtnBmp:=findWindowEx(startBtnWnd,0,'Button',nil); //ищем пуск
- showWindow(startBtnBmp,SW_HIDE); //скрываем пуск
- enableWindow(startBtnBmp,false); //отключаем пуск
- repeat
- until false
- end.
Как перейти с windows7 на windows8?