Giter Site home page Giter Site logo

rsunde / notification-popup-window Goto Github PK

View Code? Open in Web Editor NEW

This project forked from liorbanai/notification-popup-window

0.0 0.0 0.0 624 KB

A notification window that appears on the lower right part of the screen.

License: MIT License

C# 94.63% Visual Basic .NET 5.37%

notification-popup-window's Introduction

Notification Popup Window .NET Core Desktop CodeQL

A notification window that appears on the lower right part of the screen for .NET

Nuget Issues License Nuget Latest Release Commits Since Latest Release

Screenshot

This project is based on a Notification Window created in 2011 by Simon Baer. It is also base in Office 2003-like popup notifier created in 2006 by Nicolas Wälti.

Features:

  • Scroll and/or fade window in and out
  • Configure the animation speed and the time the window is displayed
  • Display a custom icon
  • Set title and content text, font, size, and color
  • Set all paddings around icon, title and content
  • Sptionally display a close button
  • Optionally display a button which opens a context menu
  • Supports right to left languages like Persian,Arabic and Hebrew.
  • (new) Supports multiple popups at the same time.
  • (new) Supports Not showing popup when other program is running in full screen mode
  • (new) Add sound notification.
  • (new) Support Auto Size: Screenshot

How to use it

Download from the release section (or use nuget: https://www.nuget.org/packages/LiorBanai.NotificationWindow/) and use it this way:

var popupNotifier = new PopupNotifier();
popupNotifier.TitleText = "Title of popup";
popupNotifier.ContentText  = "Content text";
popupNotifier.IsRightToLeft = false;
popupNotifier.Popup();

notification-popup-window's People

Contributors

cereal-killa avatar dependabot-preview[bot] avatar dependabot[bot] avatar hamid67fathi avatar liorbanai avatar rsunde avatar rykkan avatar zy26 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.