Just some quick notes.

WinSkin.ini is the keywords file, this should be placed in DBPDir\Editor\Keywords in a default installation.

Two DLLs are included, the one specifically for U5.8 uses an internal DBP structure, this means it's almost guaranteed to work. It also means that it may not work with other upgrades. The other DLL can be used in with any update, unfortunately this will not always work, it uses the currently active window for skinning. In most cases this is the DBP application window, sometimes the code may be run before the window is actually created or may be ran while the DBP window is in the background, in this case the wrong window is skinned.

Check the example for a very basic usage demo.

This has only been tested in WinXP Home so I don't know how it'll perform on other systems. This version is also a quick touch-up on my previous versions, due to this I have no implemented everything I wanted to. The main update being XP performance, using regions on Windows is not the best idea anyway, and on XP when moving the window it can appear jerky. There are ways to improve performance on XP and I plan to implement this someday :D.