搜索资源列表
-
0下载:
Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures and principles of programming process, the window selection process, handle principle, Message Queue, a callback
-
-
0下载:
This article describes the customization of existing applications through the use of custom Dynamic-Link Libraries (DLLs) and the process of, what I have titled, Remote Library Loading. It also presents a small utility I developed to make this proces
-
-
1下载:
本程序是VC+MO的一个简单例子,对于初学GIS的朋友能起到抛砖引玉的作用!
MapObjects是建立在微软的对象链接和嵌入(OLE)2.0基础之上的。OLE是当今得到最广泛支持的面向目标的软件集成技术。用户像用砖块盖房子一样利用OLE组件开发和集成Windows应用。一个OLE控件是一个可重复使用的软件组件。OLE控件可以将许多其他OLE对象包装在一个包中。这个包可以反映某些特定的功能,如统计图和多媒体等,并可以直接嵌入支持OLE的应用中。OLE对象具有特征和方法,可以通过对它们的编程来
-
-
0下载:
一款VC++自定义的列表控件,可以展开、折叠。
WINDOWS应用程序的创建一般都需要使用控件,像VB、DELPHI等编程环境都提供了相当多的控件供程序员调用,这些控件基本上能满足程序开发的要求,但有时也会有些不尽如意的地方,因此学会创建自定义控件有一定的重要性。本程序实现了一个可以折叠、可以更换成员类型的特效列表控件。-A VC++ the list of custom controls, you can start folding. WINDOWS applications gen
-
-
0下载:
作者Everett McKay。一本经典老书。
本书的目标读者是使用MFC、Windows API或者Microsoft VB编写Windows应用程序的程序员。-The target audience for this book is Windows programmers, specifically those programming Windows applications and utilities using MFC, the Windows API, or Microsoft V
-
-
0下载:
A basic framework for Single-Document-Interface applications.-A basic framework for Single-Document-Interface applications.A small program that shows one of the fundamentals of Windows programming: How to create a window.
-
-
0下载:
深入淺出 MFC 是一本介绍MFC(Microsoft Foundation Classes)程序设计技术的书籍。对于Windows 应用软件的开发感到兴趣,并欲使用Visual C++ 整合环境的视觉开发工具,以MFC 为程序基础的人,都可以从此书获得最根本最重要的知识与实例。如果你是一位对Application Framework 和对象导向(Object Oriented)观念感兴趣的技术狂热份子,想知道神秘的Runtime Type Information、Dynamic Creatio
-