This code is my first submission to PSC (I am sure you've read that a few thousand times), and is an update of John Zimmerman's Show Screensaver in VB. My code will list all screensavers in the Windows Directo
Here's a few neat things to can do to emulate Windows-key presses from your app without too much headache. A good starter article and easy reading for those new with the API.
If you like the way this was done,
This code demonstrates how to get a hash, or a type of fingerprint for any string of data. Hashes are useful in determining if a piece of data has been altered. Usefull for files, data transmissions, etc.
Have