Great tool! Easily converted Bryan's project to VS2010.
I actually downloaded several zip files from
VisualStyleBuilder, modified them and zipped them all back up together.
Only problem I had was I noticed some WebResource 404 errors and images were not coming up.
Turns out the Menu skin generated from VisualStyleBuilder contained css with WebResources in it which caused an error when I used Bryan's project.
So if you are getting 404 errors or missing styelsheets/images then make sure to search your downloaded css files for content like:
and replace with something like:
Then zip it all back up and use Bryan's tool to embed your files into a dll.
Eric