RE: menu: nasty bug in menu tracking

2003-12-04 Thread Mike Jackson
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-

RE: uxtheme.dll

2003-09-30 Thread Mike Jackson
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