INTERACT FORUM
Windows => Plug-in Development => Topic started by: RhinoBanga on June 11, 2002, 04:05:02 am
-
Guys,
How does one know when skinning is enabled in MJ?
I have put skin color/font support in AV now but I get bogus values back when skinning is disabled.
-
There is no specific function to do that but you can do following.
BOOL bSkinningEnabled = MJAutomation.SkinWindow(NULL, TRUE);
bSkinningEnabled will receive value 0 or 1, 0 in case if skinning is disabled.
Nikolay
-
Thanks Nikolay