如何編寫小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API創建Windows窗口控件
This article is based in part on Bob Place s ADO is AOK (a simple ADO tutorial). Wrapper Usage This is consist of 2 classes. CDyndb : This Class manages connections and recordsets. Recordsets are organized as linked list (CList) and you can access them using their ids. CDynRec : This class is the node to populate for each recordsets. ADO封裝器類 這篇文章一部分基于Bob Place的《ADO is AOK》 (簡單的ADO指導) 。 包裹的用法 由2個類組成。 類CDyndb: 這個類別管理連接和記錄集。記錄集是連接起來的記錄的集合,你可以通過他們的ID訪問他們。 類CDynRec: 這個類別存放記錄集的代碼。