quote:
Originally posted by SpunkyLoveMuff
Right, just press ALT+S to open up a window with buttons to switch status... The window opens at the mouse location
EDIT: Even managed it in under an hour
Just a suggestion: make the statuses in a list box with the status icons appropriately before each item, and pressing S again while its open goes forward and pressing Shift+S goes backwards, and when you release the Alt key it sets the status to the selected item and hides the window (no clicking necessary!)
This can all be done with RegisterWindowNotification, you'll need to listen for WM_KEYUP and WM_KEYDOWN etc.
but good work!