I would like to load into a button, picture control or any other MFC control, one of the standard icons that I get it when I pass to MessageBox() or AfxMessageBox() function through one of the constants: MB_ICONHAND, MB_ICONQUESTION, MB_ICONEXCLAMATION, MB_ICONASTERISK.

Is it any way to get it directly, without using a personal project handling icon/bitmap?