This Simple SDI Notepad-like application demonstrates how, taking advantage of the MFC support for Unicode, to Turkmenize labels of the specified menu items. Actually, Turkmen is not supported by Windows 2000, therefore, to create such resources as menu so that strings in Turkmen could be displayed I had to invent an additional technique 這是一個與記事本類似的簡單的SDI應用程序,演示了怎樣使用MFC來支持 Unicode,對指定的菜單條目進行Turkmenize標簽化。實際上,Windwos 2000并不支持Turknen,因此,創(chuàng)建了那些菜單資源以便那些字符串可以在Turknen中顯示,為此我必須開發(fā)其它的技術。 來源: http://www.codeguru.com/advancedui/SDI_Note.html
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: 這個類別存放記錄集的代碼。
Setting up an ADOCE project using Visual C++ 6.0 is rather Simple. Assuming that you have downloaded and installed the ADOCE SDK from Microsoft, you are ready to use it in your Windows CE Database applications. The sample that I have provided is a *very* Simple one illustrating how to instantiate the proper COM objects, and the basics of how to interface with them (in a very Simple example)
Filename: main.c * Description: A Simple test program for the CRC implementations. * Notes: To test a different CRC standard, modify crc.h. * * * Copyright (c) 2000 by Michael Barr. This software is placed into * the public domain and may be used for any purpose. However, this * notice must not be changed or removed and no warranty is either * expressed or implied by its publication or distribution.