Download MessageFilterDemo.zip, last updated 01/01/2019 (11.93 KB)

Download
  • md5: dd6db4054824db8b977c862915aff068
  • sha1: 6bb3415a3961d9cbc340e034ddea7f89193c95f2
  • sha256: 4b813ad6c216885567cf570f290919e9043cee4a865a06a56b864f8f323a1a8d
using System;
using System.Reflection;
using System.Runtime.InteropServices;

// Using message filters in Windows Forms applications
// http://cyotek.com/blog/using-message-filters-in-windows-forms-applications
// Copyright © 2019 Cyotek Ltd. All Rights Reserved.

// This work is licensed under the Creative Commons Attribution 4.0 International License.
// To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/.

// Found this example useful? 
// https://www.paypal.me/cyotek

[assembly: AssemblyTitle("cyotek.com Message Filters Demonstration")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Cyotek Ltd")]
[assembly: AssemblyProduct("cyotek.com Message Filters Demonstration")]
[assembly: AssemblyCopyright("Copyright © 2019 Cyotek Ltd. All Rights Reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
[assembly: Guid("3e452d83-4a9e-4755-ad5a-0851c0ef2f8a")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

Donate

Donate