Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- uses
- ShellAPI;
- function InstallScreenSaver(const AFileName: string): Boolean;
- begin
- Result := ShellExecute(0, 'install', PChar(AFileName), nil, nil,
- SW_SHOWNORMAL) > 32;
- end;
Advertisement
Add Comment
Please, Sign In to add comment