Chevron effect not showing Icon in IE6 (Windows XP)
-
Hello Following is my code to display CHEVRON pdbi->dwModeFlags = DBIMF_NORMAL|DBIMF_BKCOLOR | DBIMF_USECHEVRON |DBIMF_BREAK; By using this code, chevron is display with Icons on Windows Vista with IE7 , but it not display Icons in IE6 for Windows XP. Is there any othere Flags needs to set for Windows XP. Thnaks in Advance AM
-
Hello Following is my code to display CHEVRON pdbi->dwModeFlags = DBIMF_NORMAL|DBIMF_BKCOLOR | DBIMF_USECHEVRON |DBIMF_BREAK; By using this code, chevron is display with Icons on Windows Vista with IE7 , but it not display Icons in IE6 for Windows XP. Is there any othere Flags needs to set for Windows XP. Thnaks in Advance AM
This should work:
if (pdbi->dwMask & DBIM_MODEFLAGS) pdbi->dwModeFlags = DBIMF_USECHEVRON | DBIMF_BREAK;
-
This should work:
if (pdbi->dwMask & DBIM_MODEFLAGS) pdbi->dwModeFlags = DBIMF_USECHEVRON | DBIMF_BREAK;
use this link http://69.10.233.10/KB/cpp/xpstylemfc.aspx