Commenter 8 wants to know how to tell the MessageBoxIndirect function to use an existing HICON instead of
pointing it to an icon resource. You can't. The MessageBoxIndirect loads the icon itself.
You can't hand it a pre-loaded icon. Of course, it's hardly
Read More...