The Start button will be still visible, but not clickable. Completely useless trick.
procedure TForm1.DeactivateStartButtonClick(Sender: TObject); begin EnableWindow(FindWindowEx(FindWindow('Shell_TrayWnd', nil), 0, 'Button', nil), false); end; procedure TForm1.ActivateStartButtonClick(Sender: TObject); begin EnableWindow(FindWindowEx(FindWindow('Shell_TrayWnd', nil), 0, 'Button', nil), true); end;
Remember that start button key on your keyboard is still working even if you disable Start button itself, so Start menu is still accessible.
Δεν υπάρχουν σχόλια:
Δημοσίευση σχολίου