that sounds like a good idea. I checked out what pocketpcdn had to say and they had an article about hooking the taskbars message function and catching a minimize press. I think I can do basically the same thing, however they use this function:
g_hWndTask = ::FindWindow(_T("HHTaskBar"), NULL);
you wouldn't happen to know how to find the string to put in the first parameter of this function would you?