All Projects → schdck → SimpleDialogs

schdck / SimpleDialogs

Licence: MIT license
💬 A simple framework to help displaying dialogs on a WPF app

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to SimpleDialogs

ModernWpf
Modern styles and controls for your WPF applications without need WinRT
Stars: ✭ 65 (+170.83%)
Mutual labels:  xaml, modern, wpf
Celestial.UIToolkit
A custom WPF toolkit which is inspired by a lot of the current design languages, including Microsoft's Fluent Design and Google's Material Design.
Stars: ✭ 32 (+33.33%)
Mutual labels:  xaml, modern, wpf
Mahapps.metro
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
Stars: ✭ 8,023 (+33329.17%)
Mutual labels:  xaml, modern, wpf
PrettyNSharp
Create beautiful and graphically scalable UI controls for your C#/WPF apps.
Stars: ✭ 43 (+79.17%)
Mutual labels:  xaml, modern, wpf
Mahapps.metro.simplechildwindow
A simple child window for MahApps.Metro
Stars: ✭ 339 (+1312.5%)
Mutual labels:  xaml, modern, wpf
Toastnotifications
Toast notifications for WPF allows you to create and display rich notifications in WPF applications. It's highly configurable with set of built-in options like positions, behaviours, themes and many others. It's extendable, it gives you possibility to create custom and interactive notifications in simply manner.
Stars: ✭ 507 (+2012.5%)
Mutual labels:  xaml, wpf, messages
Mahapps.metro.iconpacks
Awesome icon packs for WPF and UWP in one library
Stars: ✭ 1,157 (+4720.83%)
Mutual labels:  xaml, modern, wpf
Handycontrol
Contains some simple and commonly used WPF controls
Stars: ✭ 3,349 (+13854.17%)
Mutual labels:  xaml, wpf
Wpftoolkit
All the controls missing in WPF. Over 1 million downloads.
Stars: ✭ 2,970 (+12275%)
Mutual labels:  xaml, wpf
Toast
🍞 The rounded and animated Android Toast for .NET WPF/XAML
Stars: ✭ 25 (+4.17%)
Mutual labels:  xaml, wpf
atomex.client.wpf
Atomic swap exchange client for OS Windows
Stars: ✭ 15 (-37.5%)
Mutual labels:  wpf, net-framework
Code Samples
Just some code samples for MahApps and other experiments...
Stars: ✭ 205 (+754.17%)
Mutual labels:  xaml, wpf
Modernwpf
Modern styles and controls for your WPF applications
Stars: ✭ 2,610 (+10775%)
Mutual labels:  xaml, wpf
MahApps.Metro.netcoreapp30
.NET Core 3.1 MahApps.Metro sample
Stars: ✭ 15 (-37.5%)
Mutual labels:  xaml, wpf
Gridextra
Custom panel controls for WPF/UWP.
Stars: ✭ 149 (+520.83%)
Mutual labels:  xaml, wpf
FileRenamerDiff
A File Renamer App featuring a difference display before and after the change.
Stars: ✭ 32 (+33.33%)
Mutual labels:  xaml, wpf
Aiforms.dialogs
AiForms.Dialogs for Xamarin.Forms
Stars: ✭ 143 (+495.83%)
Mutual labels:  xaml, dialog
qless-php
PHP Bindings for qless
Stars: ✭ 25 (+4.17%)
Mutual labels:  message, messages
SpicyTaco.AutoGrid
A magical replacement for the built in WPF Grid and StackPanel
Stars: ✭ 67 (+179.17%)
Mutual labels:  xaml, wpf
AdminRunasMenu
A WPF menu driven by powershell to perform administrator functions
Stars: ✭ 26 (+8.33%)
Mutual labels:  xaml, wpf

SimpleDialogs

License Build status NuGet NuGet GitHub issues

💬 SimpleDialogs is a simple framework to help displaying dialogs on a WPF app


💡 About the project

I made this project to make my life easier when displaying messages to the user, since it was something that I saw myself implementing over and over again. Also, I used it to practice a few new concepts that I was studying. It is far from perfect, but its something I'm proud of.

Also: any help, tips, suggestions or critics are really appreciated.

This project was heavily inspired/based on Mahapps.Metro (and its dialogs) and on Mahapps.Metro.SimpleChildWindow, so a special thanks to @punker76 and all the other maintainers/contributors.

🚀 Getting started

You can install SimpleDialogs through NuGet by running the following command in the NuGet Package Manager Console

  PM> Install-Package SimpleDialogs

... or through NuGet Package Manager directly on your project/solution.

Then just add one of the following Resource Dictionary

<!-- LIGHT THEME: -->
<ResourceDictionary Source="pack://application:,,,/SimpleDialogs;component/Themes/Light.xaml" />
<!-- DARK THEME: -->
<ResourceDictionary Source="pack://application:,,,/SimpleDialogs;component/Themes/Dark.xaml" />

... to your application resources and you are good to go!

Also take a look at our 🎯 Quick start and at the 📚 Wiki

📷 Screenshots

Progress dialogs

Information dialog

Success dialog

Warning dialog

Error dialog

Critical error dialog

Input dialog

Demo application

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].