Hi
In a programme I disable alt tab etc as follows:

   Dummy:=0;
   SystemParametersInfo(SPI_SETFASTTASKSWITCH,1,@Dummy,0);//Disable Alt-Tab
   SystemParametersInfo(SPI_SCREENSAVERRUNNING,1,@Dummy,0);//Disable
Ctrl-Alt-Del

It has worked flawlessly for yonks..

Now I have a customer telling me in Windows 2000 he can Alt Tab between
programmes.

Has Microsoft shifted the goalposts? Any light, thoughts, etc welcome.

Regards
Graham

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to