[Bug 1918] PostMessage(hwnd,WM_CLOSE,0,0)

Wine Bugs wine-bugs at winehq.com
Thu Jan 1 02:45:23 CST 2004


http://bugs.winehq.com/show_bug.cgi?id=1918





------- Additional Comments From dl4gbe at hotmail.com  2004-01-01 02:45 -------
I included the source code in Bug 1917
It's the same test program!

Please check test.c for the following lines:

			case ID_FILE_EXIT: 
				// This does not work with wine!!!
				PostMessage(hwnd,WM_CLOSE,0,0);			
				
				// This works!!!	
				
				//DestroyWindow(hwnd);
				//PostMessage(hwnd,WM_DESTROY,0,0);

				break;


-- 
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list