搜索资源列表
MapControlMouseWheelcontrolZoomArcEngine
- 实现(AE9.1+VS2003): 实现思路:1、通过Windows消息筛选机制截获滚轮事件。2、在MouseWheel事件中添加方法
VCLMessageRegister
- VCL窗口函数注册机制研究手记 我们知道Windows平台上的GUI程序都必须遵循Windows的消息响应机制,可以简单概括 如下,所有的窗口控件都向系统注册自身的窗口函数,运行期间消息可被指派至特定窗口控件的窗口函数处理。-VCL window function study of Notes registration system we know that on the Windows platform GUI programs must follow the Windows mess