所属分类:
VC书籍
开发工具:C#
文件大小:17KB
下载次数:37
上传日期:2005-01-24 10:35:02
说明: Windows 应用程序是靠消息驱动的,在VC中我们通过 Classwizard 可以为某窗口类添加消息处理函数,Classwizard将为你添加消息映射,对于 Windows 消息,生成的消息处理函数重载了基类的虚拟方法。而在C#中如何处理消息呢?本文针对VS.NET 2003 境下的C#简单地介绍 Windows 消息以及自定义消息的处理方法。
(Windows applications rely on news-driven, in VC Classwizard we can add a category window message processing function, you will add Classwizard mapping information for Windows news, the news generated processing function overloading of the virtual base class methods. In C# how to handle news? This paper VS.NET 2003 Habitat under the C# Windows to brief definition of news and news from the treatment.)