Screensaver preview window access in B+
Author: Eikon

Terms of Use: See bb_pre.bb
Requirements: Full B+, pref. v1.37
Version: 1.1

Userlib entries:
----------------------------------------------------------------------
.lib "user32.dll"
FindWindow%(class$, Text$) : "FindWindowA"

.lib "kernel32.dll"
CreateMutex%(lpMutexAttributes%,bInitialOwner%,lpName$):"CreateMutexA"
GetLastError%()

----------------------------------------------------------------------

Follow these steps to install flurry saver:

1) Place Flurry.Scr, Vb_pre.exe, Vb_pre.bin, and the Flurry_Gfx folder
   in your System (95/98) or System32 (2k/XP) folder.

Follow these steps to compile flurry saver:

1) Alter gfx_path$ to point to the flurry_gfx folder and make sure you've
   added the nessecary userlib entries. 

Follow these steps to setup your own saver:

1) Modify the global string file_path$ to where your vb_pre.bin file
   will be located. Uncomment the "Lock file Setup" code on your first
   compile to place and set the lock file correctly in its new location.
   Comment it back afterwards to prevent multiple instances.

2) Place Vb_pre.exe in the System folder with your saver.

3) Make sure your saver can find its media by altering gfx_path$

Thats about all there is to it. Be sure to read the source well
because it tells you alot more about whats going on behind the scenes.
