Skip to content

Instantly share code, notes, and snippets.

@expandrive
expandrive / TrayStateChanger.cs
Created April 15, 2016 02:35 — forked from anaisbetts/TrayStateChanger.cs
Call secret Explorer API to change tray state
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Interop;
namespace SlackNotifier
{