
Posted:
Nov 5, 2004 @ 3:57am
by Guest
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?

Posted:
Nov 5, 2004 @ 4:02am
by Guest
I just wanted to add that the string is in what microsoft calls the "atom table", but I can't seem to find a way to see whats in the table. They only provide a way to search for things that you already know the name of.