Mike Lewis
Programmer
Does anyone know what value I need to pass to GetSysColor() to find the "hot tracking" colour?
To explain further ....
If you run a form with XP themes enabled, and you pass the mouse over certain controls, Windows will highlight the control. It does this by changing its colour. In my system, it changes to a sort of gold colour That's the colour whose colour code I need to find. (This applies in Windows generally, not just in VFP.)
I should be able to do this by calling GetSysColor(), but I can't find which parameter to pass for this particular colour.
Alternatively, does anyone know any other way of determining the colour in question?
Thanks in advance,
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
My Visual FoxPro site: www.ml-consult.co.uk
To explain further ....
If you run a form with XP themes enabled, and you pass the mouse over certain controls, Windows will highlight the control. It does this by changing its colour. In my system, it changes to a sort of gold colour That's the colour whose colour code I need to find. (This applies in Windows generally, not just in VFP.)
I should be able to do this by calling GetSysColor(), but I can't find which parameter to pass for this particular colour.
Alternatively, does anyone know any other way of determining the colour in question?
Thanks in advance,
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
My Visual FoxPro site: www.ml-consult.co.uk