Hi!
I have a WPF MessageBox like this:
invoke type System.Windows.MessageBox::Show(
"Mein Text",
"Kopfzeile",
type System.Windows.MessageBoxButton::YesNo
type System.Windows.MessageBoxImage::Question
type System.Windows.MessageBoxResult::Yes
type System.Windows.MessageBoxOptions::RightAlign
)
How can i ask wich button was pressed?
#WPFMessageBox




