CProgressCtrl color
-
I can change the color of the progress bar indicator in Windows 2000 with:
m_myProgressCtrl.SendMessage(PBM_SETBARCOLOR, 0, color)
..but on Windows XP this does not work. Anyone knows why? ...and how to fix this? -
I can change the color of the progress bar indicator in Windows 2000 with:
m_myProgressCtrl.SendMessage(PBM_SETBARCOLOR, 0, color)
..but on Windows XP this does not work. Anyone knows why? ...and how to fix this?Hey friend Check the Internet explorer Version on that Machine. I think there should be no problem as it is supported on 2000 but one imp thing there is nothing written about the XP OS so as far as i think should work Thanx TAKE CARE
-
Hey friend Check the Internet explorer Version on that Machine. I think there should be no problem as it is supported on 2000 but one imp thing there is nothing written about the XP OS so as far as i think should work Thanx TAKE CARE
Siid, thanx for your (quick) reply. I checked the explorer versions. My Win2000 system has ie 5.5 and my XP system has version 6.0. So I don't see why it would work on my 2000 system and not on my XP system...but I doesn't work anyway. :sigh: