Displaying image in MFC method that is not ONPaint
问题 I am trying to display an image in a dialog dynamically, it works no problem if I put the code in the on paint method and use the dc from there, I can't do this though I need to display after the window is shown, the code I am using is as follows, I am getting the dc of the client window creating the bitmap from a resource and "trying" to display it in the window but nothing displays, Any suggestions what might be wrong? void CProcessSteps::OnShowWindow(BOOL bShow, UINT nStatus) { CDialog: