gvg@svn.reactos.com wrote:
co_IntSendMessage(Window->hSelf, WM_WINDOWPOSCHANGING, 0, (LPARAM) WinPos);
co_IntPostOrSendMessage(Window->hSelf, WM_WINDOWPOSCHANGING, 0, (LPARAM) WinPos);
I think the whole co_IntPostOrSendMessage function is wrong and crazy. Who made it? Sending and posting messages are completely different things.
I think something like co_IntSendMessageTimeout should be used instead, but i dont think its implemented yet.
G.