Chris,

My version is actually your version with a few sounds and W9x compatibility...

The location of the slider can easily be changed by changing the following two lines:
code:
$Popup.Top = ($Popup.screen.height - $b) / 2
$Popup.Left = ($Popup.Screen.Width - $w) / 2

into:
code:
$Popup.Top = $Popup.screen.height - $b - $h - 1
$Popup.Left = $Popup.Screen.Width - $w - 1

BTW I myself changed it to the last two lines too [Wink]
_________________________
Greetz,
Patrick Rutten

- We'll either find a way or make one...
- Knowledge is power; knowing how to find it is more powerful...
- Problems don't exist; they are challenges...