Possible Duplicate:
Handling Dialogs in WPF with MVVM
I have a serious doubt as to how to implement the following.
- from the view execute an action binded to my ViewModel
- depending on a condition, a request is made to the user
for now I use System.Windows.MessageBox.Show for this purpose, I do not know if this is appropriate and also wish to have a custom dialog.
technique or pattern that can help me with this problem