i have made a screensaver and what i want is to disable alt-tab, ctrl-esc, the windows button (the one between ctrl and alt i mean)
ive tryed using many different versions of
SystemParametersInfo( SPI_SCREENSAVERRUNNING, integer(true), @i, 0);
SystemParametersInfo( SPI_SETFASTTASKSWITCH, 1, @i, 0);
but its not working on xp and vista...
i would appreiciate the help if any now how to make a screensaver run in xp and vista.
best regards,
Darkyere