Is it possible to have an output to an MFC window in a windows service?
I have one service running, and I'd to like to keep an error history in an MFC window. This window has a CListBox element.
MessageBox can be launched in the service, but what requires to launch complex windows?
Is there a CWinApp to derive?
I have one service running, and I'd to like to keep an error history in an MFC window. This window has a CListBox element.
MessageBox can be launched in the service, but what requires to launch complex windows?
Is there a CWinApp to derive?