It seems that the skinng of the TFileOpenDialog and TFileSaveDialog are not supported yet and skinning looks bad. This dialogs are working only for Windows Vista and newer versions.
TOpenDialog and TSaveDialog have a fall forward. If a newer Windows is detected, it's using the TFileOpenDialog and TFileSaveDialog.
But this is not working if skinning is active and I would like to have the newer dialogs.
If I disable StdDialogs in the SkinningRules, it's working but then all dialogs have no skinning.
How can I have the StdDialog skinned and the file dialogs not?
Sample application is attached and under settings you can change the skinning of StdDialogs to see the different dialog styles.