Is it possible to get the current "Color scheme" in c# code (blue,silver or black) ?
G Gil Jan 5, 2009 #1 Is it possible to get the current "Color scheme" in c# code (blue,silver or black) ?
T Tony Jollans Jan 6, 2009 #2 I think the only way is to query the Registry: Key: HKCU\Software\Microsoft\Office\12.0\Common Value: Theme --- DWORD 1=Blue, 2=Silver, 3=Black, not present = default Blue
I think the only way is to query the Registry: Key: HKCU\Software\Microsoft\Office\12.0\Common Value: Theme --- DWORD 1=Blue, 2=Silver, 3=Black, not present = default Blue