Download AppActivationDemo.zip, last updated 29/12/2013 (11.64 KB)

Download
  • md5: 3d84cc965982745d60d01044853821d7
// How to be notified when your application is activated and deactivated
// http://cyotek.com/blog/how-to-be-notified-when-your-application-is-activated-and-deactivated

namespace AppActivationDemo
{
  internal static class NativeMethods
  {
    #region Constants

    internal const int WM_ACTIVATEAPP = 0x1C;

    #endregion
  }
}

Donate

Donate