资 源 简 介
Windows 应用程序是靠消息驱动的,在VC中我们通过 Classwizard 可以为某窗口类添加消息处理函数,Classwizard将为你添加消息映射,对于 Windows 消息,生成的消息处理函数重载了基类的虚拟方法。而在C#中如何处理消息呢?本文针对VS.NET 2003 境下的C#简单地介绍 Windows 消息以及自定义消息的处理方法。
-Windows applications rely on message-driven, in the VC, we can through the ClassWizard to add a certain window message processing function category, Classwizard you will add message map for the Windows message generated by message processing function overloading the base class virtual method . In the C# How to deal with news? In this paper, under the VS.NET 2003 Habitat C# Briefly introduce Windows news, as well as customized news approach.