Automatically Pass a password to an NT screensaver 
Author Message
 Automatically Pass a password to an NT screensaver

I have a remote NT server that automatically sends data to a central NT
Server.
My app works ok until the screen saver kicks in, which is password
protected (and needs to be).
So to counter this problem I put this piece of code in, but I don't know a
way to pass the NT Server password.

Can anyone please help

Regards

Chris Davis

Private Const SPI_SCREENSAVERRUNNING = 97&

Private Declare Function SystemParametersInfo Lib "User32" _
          Alias "SystemParametersInfoA" _
         (ByVal uAction As Long, _
          ByVal uParam As Long, _
          lpvParam As Any, _
          ByVal fuWinIni As Long) As Long

         Dim lRet As Long
         Dim bOld As Boolean

        'bstate is set to to true or false

         lRet = SystemParametersInfo(SPI_SCREENSAVERRUNNING, bState, bOld,
0&)



Fri, 11 May 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Automatically Pass a password to an NT screensaver

2. Screensaver with NT domain password

3. Passing Password to NT (directory authentication) from ASP

4. Starting sound program(.exe) automatically when screensaver(.scr) starts

5. Starting sound program (.exe) automatically when screensaver (.scr) starts

6. Windows Screensaver Password

7. Screensaver Password APIs

8. Help w/vb screensaver - want it to run when password box is up

9. Password for screensaver ???

10. screensaver - password protection

11. visual basic screensaver password

12. Screensaver Password, mpr.dll

 

 
Powered by phpBB® Forum Software