>Perhaps someone with more experience could figure out what messages
>are posted as a result of WINDOWS_KEY+M (maybe using Spy++ or a
>similar tool) and then figure out why Freeamp isn't handling them?

This is the relevant portion of what I get from Spy++ when hitting the 
Windows Key +
 M:

WM_WINDOWPOSCHANGING
WM_MOVE xPos = 3000, yPos = 3000
WM_SIZE fwSizeType = SIZE_MINIMIZED, nWidth = 0, nHeight = 0
WM_WINDOWPOSCHANGING

I'd say something needs to be done to handle the WM_SIZE with fwSizeType ==
SIZE_MINIMIZED, like checking if the window is already minimized and if not,
minimizing it. Anyone?

~ Tim

_______________________________________________
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev

Reply via email to