use the xp look and feel plugin, it generates a file that is needed to add xp style to applications also you can embed that file to your exe by using a resource file and adding this line:
1 24 "your_manifest_file.manifest"
If my memory is not bad that's the code. The 24 is the resource type and the 1 the identifier
Good Luck! :wink: