Layout Messagebox WPF

Asked

Viewed 335 times

4

How can I customize my Messagebox? Original..

inserir a descrição da imagem aqui

How I’d like it to be (Greater)

inserir a descrição da imagem aqui

  • Is this what you’re looking for? http://www.codeproject.com/Articles/201894/A-Customizable-WPF-MessageBox or https://wpfmessagebox.codeplex.com/

  • I was thinking of simply editing the WPF’s own Messagebox

3 answers

2


It is not possible to change the appearance of the WPF Message Box as it is not a window created by . Net using the components of WPF, this window is basically a call the Windows API, in case the user32.dll’s own Messagebox.

I would say that your best alternatives are to even create your own window or use some component ready for it.

1

If you do not want to use the WPF option you can make a form and assign the buttons and functionalities and create the Dialogresults.

0

  • This link may be a good suggestion, but your reply will not be valid if one day the link crashes. In addition, it is important for the community to have content right here on the site. It would be better to include more details in your response. A summary of the content of the link would help a lot! Learn more about the subject in this item of our Community FAQ: We want answers that contain only links?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.