ExternalMessagePump and WM_CLOSE
Posted: Thu Jan 09, 2025 12:54 pm
Hi Salvador
I tried disabling the MultithreadedMessageLoop and enabling the ExternalMessagePump.
This works so far, but when I exit I have the following problem.
When Chromium.CloseBrowser is called, a WM_CLOSE is sent to the main window. Our application responds to this by displaying a query to exit the window. Is there a way to prevent the WM_CLOSE ?
I tried disabling the MultithreadedMessageLoop and enabling the ExternalMessagePump.
This works so far, but when I exit I have the following problem.
When Chromium.CloseBrowser is called, a WM_CLOSE is sent to the main window. Our application responds to this by displaying a query to exit the window. Is there a way to prevent the WM_CLOSE ?