Quote:
Originally Posted by adicoto Some visual theme conflicts with windows(violet border around main window) |
Probably there are problems with Windows APIs.
To create transparent borders I think that BS.Player (as I did with my skin editor) uses gdi32 and user32 api calls. Probably those files (respectively gdi32.dll and user32.dll) are missing, or most probably the api calls have changed:
CreateRectRgn
CombineRgn
SetWindowRgn
may act differently.. I don't know if Microsoft have already provided an updated version of the MSDN library, probably not. I think BS.Player creators need to check this before Vista become final :roll: