Handle async callback in MFC GUI application running in main thread from a worker thread
There is an MFC GUI app which on button click event, tries to connect to HTTP server and gets back info and update in the UI.
Handle async callback in MFC GUI application running in main thread from a worker thread
There is an MFC GUI app which on button click event, tries to connect to HTTP server and gets back info and update in the UI.