I have an MFC GUI application having a listview control( Report view), which was developed in VC6.0. I ported the project to VS2010. Now I need to make the listview ctrl transparent. So I tried the LVS_EX_TRANSPARENTBKGND extended style. It showed a compilation error. So I set _WIN32_WINNT to 0x0601 in project settings to resolve the compilation error. However the list control is not becoming transparent.
I tried the LVS_EX_TRANSPARENTBKGND extended style in a newly created sample VS2010 MFC project and it works fine. However it is not working in the ported MFC project.
Looking forward for a solution!