MFC icons
-
Hi folks, I hope one of you out there can help me with a small problem. Does anyone know how to override the MFC default icons in my MFC app wizard application that Microsoft kindly provide? It's the small icon that appears at the top left corner of the main window that I want to replace in particular. I even removed them from the resources and replaced them with my own icons, but to no avail. I had a look at the MSDN library help for PreCreateWindow and CREATESTRUCT but there's nothing obvious there. Any suggestions would be great. Cheers, Stephen.
-
Hi folks, I hope one of you out there can help me with a small problem. Does anyone know how to override the MFC default icons in my MFC app wizard application that Microsoft kindly provide? It's the small icon that appears at the top left corner of the main window that I want to replace in particular. I even removed them from the resources and replaced them with my own icons, but to no avail. I had a look at the MSDN library help for PreCreateWindow and CREATESTRUCT but there's nothing obvious there. Any suggestions would be great. Cheers, Stephen.
Here is the answer Michael Martin Pegasystems Pty Ltd Australia martm@pegasystems.com +61 413-004-018
-
Here is the answer Michael Martin Pegasystems Pty Ltd Australia martm@pegasystems.com +61 413-004-018
Thanks Michael. That's me up an running now.