I’m migrating code from VS 2005 to VS 2010. I am facing a strange problem.. Few dialogs (which are derived from CDialog) when invoked is seen with white background and all of the controls have the white background too. I’ve tried a lot to find the cause but unable to. Please can someone suggest a way to get rid of this issue.
Share
I am migrating my application from VS 2003 to VS 2010. IN VS 2003 there is a user defined class called CDilaogEx and in VS 2010 there is a new MFC called CDialogEx.
There is a confusion because of same name.
After changing the user-defined class name and all its references to the new name I am able to resolve this issue.