WPF Custom DialogTo create a custom dialog in Windows Presentation Foundation you really just need to create a Window, place […] April 15, 2020 in WPF tagged modal / show / showdialog / custom / dialog by Mike
WPF Image ControlThe Image control allows you to display pictures inside your applications. The Source property, which points to specify […] April 13, 2020 in WPF tagged image / picture / control / graphic / dialog / open / pic / openfiledialog / file by Mike
WPF DialogsIn your WPF application, what is a dialog and how do you create and show dialogs? A dialog […] March 29, 2020 in WPF tagged custom / common / box / message / dialog / modal by Mike
ASP.NET MVC Core ModalDo you need to add a simple modal dialog box to your ASP.NET Core MVC project? A modal […] November 5, 2019 in Bootstrap tagged popup / Bootstrap / dialog / modal / ASP.NET by Mike
WPF Message BoxThe WPF message box is a type of dialog. It is easy to display a message box in […] January 6, 2019 in C# tagged box / message / dialog / modal / messagebox by Mike