Hi all,
I encountered an issue which I still doesn't understand why.
I had a CStatic control to display an bitmap on a CFormView. My code works fine if I don't do the declaring with the manifest to use Windows Common Controls.
The issue is that after declaring the manifest, I rebuilt the program. Run it and the bitmap won't display. Somehow it got hidden ??? as I only see a blank CFormView body only.
Anybody hit the same issue before? Please let me know how you got it fixed?
Thank you.
An