How to distribute VisualStyles in a C# WinForms project?
For my C# WinForms project, I created a self-contained package and it works. Problem is that I use System.Windows.Forms.VisualStyles to have dialogs in Vista style, but the style is not applied, the routine I use to show the Vista dialog return error (in which case I make the routine use the default dialogs, so no prompt is shown to the final user).