Hi everyone, This is simple program that display your volume on desktop, so if you have a keyboard with hotkey for volume up/down, than this might be usefull to you. I'm not sure if this has already been published, but anyway, here's my version: ;added constants as i needed them so not really in order.
#include <WindowsConstants.au3>
TraySetIcon("shell32.dll", 277)
Const $MMSYSERR_NOERROR = 0
Const $WAVERR_BASE = 32
Const $WAVERR_BADFORMAT = ($WAVERR_BASE + 0)
Const $MAXPNAMELEN = 3