Hi,

I've created a screensaver using VB and its working fine on win95. But when I try to run it using win2000, it doesnt work properly.

I've used the VerifyScreenSavePwd API to verify the screensaver password in the QueryUnload event of the screensaver form and the PwdChangePassword API to change the password.

Using win2000:
When I preview the screensaver in the Display properties window, when I try to stop the preview, I get an error

"Run-time error 53 cannot find password.cpl"

My guess is that the VerifyScreenSavePwd API is not supported on win2000.

How do I enable password protection on win2000? Any ideas???

Thanx a ton.