Is there a standard message box in WPF, like WinForms’ System.Windows.Forms.MessageBox.Show(), or should I use the WinForms message box? 9 Answers 9
  • May 9, 2022
  • 0 Comments
I am developing an app for sending some feedback. Basically I’m trying to make a TextBox for comments, but I’m used to the WinForms MultiLine=true. I’ve set MinLines to...
  • May 8, 2022
  • 0 Comments
For a WPF application which will need 10 – 20 small icons and images for illustrative purposes, is storing these in the assembly as embedded resources the right way...
  • May 6, 2022
  • 0 Comments