Windows 2008 Server running Win32 App - Suppress unresponsive message
I've got a legacy win32 app running on Windows 2008 server. Everything works OK, except the application does its data processing in the UI thread, meaning it becomes unresponsive for long running data operations开发者_如何学Go.
Is there a way of suppressing the Windows warning message for certain applications?
精彩评论