Welcome![Sign In][Sign Up]
Location:
Search - mfc unicode 6

Search list

[Other resourceUniString

Description: 关于windows系统MFC中unicode字符串的处理程序-on windows system MFC unicode string handling procedures
Platform: | Size: 6144 | Author: 祁晓莉 | Hits:

[OtherMFC_UnicodetoUTF-8

Description: MFC 以宏的形式提供了将一般文本转换成 UNICODE 数据类型的途径。开发人员只需要稍微改变一下编写代码的习惯便可以轻松编写支持 UNICODE 的应用。 -MFC in the form of macros to be converted into ordinary text UNICODE data types of channels. Developers only need to slightly change the habit of writing code can be easily prepared in support of UNICODE applications.
Platform: | Size: 6144 | Author: hyt | Hits:

[Windows DevelopChineseConv

Description: 中文分为简体、繁体两种内码,另外还有统一码,如果要在不同码之间转换,需要有一个对应表格,程序编写起来非常繁琐,而且更要有内码对照表格。笔者,在阅读MSDN中发现只要妙用MultiByteToWideChar和LCMapString两函数,就可以简简单单地实现不同内码的转换。为了让程序员使用更方便,笔者编写了一个CChineseConvertor类,包装了所有中文内码的转换功能。读者可以直接在MFC中加入此类,用起来也非常轻松。详细细节请察看ChineseConvertor.h和ChineseConvertor.cpp源代码。 -Divided into Simplified Chinese, Traditional two types of code, in addition to Unicode, if you want to switch between different codes, the need for a corresponding form programming is very tedious, but also have a form of control code. The author, in reading in MSDN and found that as long as MultiByteToWideChar妙用LCMapString two functions can be simple to realize different code conversion. In order to allow programmers to use more convenient, I prepared a CChineseConvertor category, packing all the Chinese code conversion function. Readers can be added directly in the MFC such, is also very easy to use. For further details, please ChineseConvertor.h and ChineseConvertor.cpp View the source code.
Platform: | Size: 2048 | Author: liuguixue | Hits:

[OtherMFC42UD_

Description: VC++ 6.0 MFC UNICODE相关文件,可以不用免得重新安装VC++了,只要拷贝到相应的路径就可以了-VC++ 6.0 MFC UNICODE related documents, you can not avoid re-install VC++, And as long as the copy to the corresponding path can be a
Platform: | Size: 914432 | Author: Mr. | Hits:

[Static controlHyperLink

Description: 这是网上下载的并经我修改后的一个超链接类(MFC)。主要修改是将GotoURL()改为public方法,以及原来在UNICODE下编译出错。 --pclion 使用方法示例: CHyperLink m_site m_site.SetURL(_T("http://www.tryahead.com/shk/")) -This is downloaded and modified by me a hyperlink Class (MFC). The main changes are will GotoURL () method changed to public, as well as under the original compiler error in UNICODE.- pclion examples: CHyperLink m_site m_site.SetURL (_T ("http://www.tryahead.com/shk/")
Platform: | Size: 6144 | Author: pclion | Hits:

[OS programCNTService

Description: 一个简单的后台服务类,大家可以下载下来研究一下-• Simple and clean C++ interface using virtual functions. • All the code is Unicode enabled and build configurations are provided. • All code compiles cleanly at the highest warning level of 4. This is the case with all of my other code on my web site as well. • Built in persistence functions which provide support similar to the build in MFC registry/ini functions. • A simple test service has been provided to help you get started developing your own NT services. • Comprehensive documentation is provided for all the classes.
Platform: | Size: 100352 | Author: wishvk | Hits:

[Windows DevelopCode

Description: Welcome to CSerialPort, a freeware MFC class to support access to the Win32 APIs dealing with serial ports. Features Simple and clean C++ interface. Uses C++ exceptions in preference to the normal Win32 return value mechanism. This ensures that code which uses CSerialPort is more robust. Unicode enabled, supports linking to MFC statically and all code compiles cleanly at warning level 4. Supports overlapped, blocking and callback usage models of the serial port. (Callback is only supported on NT). The enclosed zip file contains the CSerialPort source code and a simple test program which exercises all class API s.
Platform: | Size: 7168 | Author: shams olborhan | Hits:

[Windows DevelopMFC-unicode

Description: 全英文介绍MFC 中的unicode开发过程(全英文)-Introduced in English in the unicode MFC development process (in English)
Platform: | Size: 3072 | Author: jpinglove | Hits:

[OtherCharToUnicode

Description: 用MFC编写的。1.可以将字符(包括中文和英文)和Unicode相互转换。2.将正整数转化为八进制、二进制、十进制、十六进制。3.键盘钩子,根据按键,显示字符、ACS码值、二进制数值。编译环境VC++6.0,系统:windows xp SP3-Written in MFC. Can characters (including Chinese and English) and Unicode conversion. (2) a positive integer into octal, binary, decimal, hexadecimal. Keyboard hook button displays characters, ACS code value, binary value. Compile the VC++6.0 environment, system: windows xp SP3,
Platform: | Size: 3703808 | Author: 帝高阳 | Hits:

[Picture ViewerImage-Viewer

Description: 在调试绘制位图的程序时,经常需要在代码运行到某一行时知道当前绘制的位图的具体内容,这套代码提供了一套方案,可以让你调试时实时观察到你的位图的内容变化,所见即所得,其中用到了进程间通信的技术-Have you ever debugged a graphics routine where you would really like to see what the images you are working with in memory actually looked like while you are stepping through your code? Well, now you can!!! The Image Viewer is a simple utility program that you can plug into your drawing code. It has a zoom feature so you can get a real close look at what you are drawing, or a good overview of a larger picture. Use it to peek at HDCs, HBITMAPs, HICONs, HCURSORs, HFONTs, HIMAGELISTs, HRGNs, and Gdiplus::Images. The Image Viewer download contains just the compiled files and the ImageViewer.h header file. The demo application download contains all the source code. The ImageViewer.h header file and the ImageViewer.dll library file were both written using only the Win32 APIs and some ATL. MFC was not used. Both the header and library files have been tested with Visual C++ 6.0 and Visual C++ 8.0, using both MBCS and Unicode builds. System Requirements
Platform: | Size: 495616 | Author: xml | Hits:

[Software EngineeringTXTReadWriteDlg

Description: 实现txt文本的读写,实现平台VS2008,可以实现对txt文本的读写操作,支持unicode!-txt write and read MFC you can do it visual studio 2008
Platform: | Size: 3072 | Author: Lion Zhou | Hits:

[OS programSpreadSheet

Description: 支持多字节和unicode编译,有中文注释和例子 //有些时候我们希望将输出的数据存到EXCEL文件或一些符号分隔文本文件(像逗号分隔、Tab符分隔)。CSpreadSheet类封装了对这些文件的读写操作。 //CSpreadSheet类的目标是简单易用,其主要的特性如下: // 1、构造一个新的EXCEL文件或符号分隔文本文件,并在其中写如行或单个的单元。 // 2、读取行、列或单个单元。 // 3、覆盖、插入或追加行。 // 4、将已存在或新的EXCEL文件转化成符号分隔文本文件;反之亦然。 // 在阐述本类的个类函数之前,我们先看看本类的一些限制条件: // 1、需要MFC // 2、可能或不能支持unicode。(没测试过) // 3、使用ODBC读写EXCEL文件,因此存在ODBC驱动的限制(我不知道ODBC有哪些限制)。 // 4、必须在EXCEL文件中有头行,并且头行中的各列的内容是各不相同的(因为本类将EXCEL文件看作一个数据库)。 // 5、不能删除EXCEL文件的表(sheet),只能删除表中的内容。 // 6、各单元的内容被看作字符串,不管它在EXCEL文件中是什么类型。-// There are times when we want to save the output data to the EXCEL file or some delimited text files (such as comma delimited, Tab delimited). CSpreadSheet class encapsulates the read and write operations to these files. // CSpreadSheet class goal is simple to use, its main features are as follows: // 1, construct a new EXCEL file or delimited text files, and in which rows or write as a single unit. // 2, the read row, column, or a single unit. // 3, cover, insert or append rows. // 4, existing or new EXCEL file into delimited text file and vice versa. // Before the elaboration of the class of a class function, we take a look at this class of some restrictions: // 1, require MFC // 2, which may or may not support unicode. (Not tested) // 3, using ODBC EXCEL file read and write, and therefore limit the ODBC driver (ODBC I do not know what restrictions) exist. // 4, there must be a header row in the EXCEL file, and the contents of the first row of each column is not the same
Platform: | Size: 12288 | Author: 王天 | Hits:

CodeBus www.codebus.net