Actually I think the code would work better like this:-
if ((msg.message >= WM_MOUSEFIRST) && (msg.message <= WM_MOUSELAST))
{
mt.pt.x = (short)LOWORD(msg.lParam);
mt.pt.y = (short)HIWORD(msg.lParam);
ClientToScreen(msg.hwnd,&mt.pt);
-Original Message-
I would be glad to be of any assistance I can be in this matter. I think
wine is a great project, and I have been looking for the right project to
immerse my self in. I think I've just found it :-)
Mike Jackson
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE