Quantcast
Channel: start/stop screensaver?
Browsing all 6 articles
Browse latest View live

start/stop screensaver?

Thanks, again...

View Article



start/stop screensaver?

DimAllProcesses() AsProcess = Process.GetProcesses()ForEachpAsProcessInAllProcessesIfp.ProcessName.EndsWith("scr") Thenp.Kill()EndIfNext

View Article

start/stop screensaver?

OK, so suppose the screensaver was started by windows instead of my app.  How would I stop it, since I don't have a process name to kill & don't know the actual screensaver name?

View Article

start/stop screensaver?

Thanks.  That's exactly what I was looking for...

View Article

start/stop screensaver?

'Path of screen saver fileDimPathToSCRAsString = "C:\Windows\System32\scrnsave.scr"'start screensaverDimScreenSaverAsProcess = Process.Start(PathToSCR)'stop the screensaverScreenSaver.Kill()

View Article


start/stop screensaver?

Is there a way that I can programatically start & stop the default screensaver?  I'm using VB2005 express running on WinXP.  Thanks...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images