Git Product home page Git Product logo

notifyiconsample's Introduction

NotifyIconSample

Minimalist example of NotifyIcon app with initially invisible form. Adapted from .NET NotifyIcon Class Example

Background

Years ago, I wrote ANSI C Win32 utilities using Rector & Newcomer "Win32 Programming".
So much as possible since then, C++ and objective C were avoided because ugly.
C# seems not unpleasant in appearance, but some syntax is unobvious
and some classes do NOT behave intuitively.

The eventual goal is filter programs that mostly sit quietly on the notification bar,
but pop up balloons, dialog boxes and/or frames as appropriate.
After trying to hack other GitHub repositories to suit,
first sorting the proposed user interface seems a better approach.
Meanwhile, Albahari's "C# 7.0 Pocket Reference" is on the way..

  • Initial Form State is Normal, Visible == False, ShowInTaskbar == True
  • 8 Form Resize events before first user-initiated minimize
  • Application form defaults to hidden in the constructor, but becomes immediately visible after unless minimized and hidden on the taskbar.
  • Calling class main methods from other classes requires a Application.Run() with a public static instance.
  • Calling other class methods from main wants a readonly instance of that class.

notifyiconsample's People

Contributors

blekenbleu avatar

Watchers

 avatar  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.