c# - Simulating MessageBox.Show() -
i'm writing program in wpf(c#). live in iran language persian(right left). want make custom messagebox more buttons or controls.
i use simple window show messages. in c# when messagebox showing, user can not click or thing windows. how can simulate this, in window?
in pervious used wpfcustomemessagebox library. please not refer me.
use .showdialog() show modal dialog:
mymsgbox.showdialog() this stop execution until message box closed. see msdn documentation.
Comments
Post a Comment