Hello,
I have some problem with the WMP2008 skin.
If I switch to a fullscreen app (like a game) while my program is running and switch back to my program, the CPU usage of my program goes to 50% and my app is not shown correctly.
If I call in this situation:
sSkinManager1->Active = false;
Application->ProcessMessages();
sSkinManager1->Active = true;
The program works again, but with some position and graphic errors.
If I'm using the Cold, or Elegant Skin everything works correctly.
Best regards
Alexander