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

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -