Page 1 of 1

createprocess troubles

PostPosted: Nov 5, 2004 @ 1:26am
by harvey

PostPosted: Nov 5, 2004 @ 1:28am
by Guest

harvey

PostPosted: Nov 5, 2004 @ 2:18am
by Guest

PostPosted: Nov 5, 2004 @ 2:23am
by Kzinti

please help harvey

PostPosted: Nov 5, 2004 @ 2:39am
by harvey p.

PostPosted: Nov 5, 2004 @ 3:00am
by Kzinti

PostPosted: 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?

PostPosted: 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.

PostPosted: Nov 6, 2004 @ 1:58am
by Guest