Windows Vista Dialogs in Vb.net and Sedna.
Such as Sedna enable Windows Vista Dialogs (great featue add-ons), I review this features with VB.net and we take more things that we can control and implement.
You can see this graphics.
(normal progress)

(error progress)

With Sedna you only put this code lines:
dialog=
CREATEOBJECT("VistaDialogs4COM.taskdialog")
dialog.
Caption="Desde VFP"
...
dialog.Show
Best Regards
Franklin Garzon