-
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除...
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除"工程名.clw"文件后退出,再次进入工程系统会提示找不到"工程名.clw"文件,选择"“是(Yes)"重新创建一个,接下来在弹出的对话框里选择"Add all"就可以在新工程中使用CAutoCompleteCombo这个类了(注意引入头文件),我在示例对话框中创建了一个CAutoCompleteCombo类型的变量"m_combo",在对话框的"nInitDialog()"函数中添加了以下语句: // TODO: Add extra initialization here m_combo.AddString("America") m_combo.AddString("British") m_combo.AddString("China") m_combo.AddString("Dalian") m_combo.AddString("England") m_combo.AddString("France") 这样,用户在输入这些字符的头几个字符(不区分大小写)就可以看到自动完成的效果了.-automatic composite frame to complete the realization of the AutoCompleteCombo.cpp and AutoCompleteCombo.h two documents, the user can introduce these two documents of the project, delete the "project name. Clw documents "to withdraw, once again entered the system is not able to find" who works. Clw "document choose "" (Yes), "a re-creation of, the next in the pop-up dialog box you select" Add all "on the new projects CA
- 2023-01-19 02:05:04下载
- 积分:1
-
Paint in delphi unfinished
Paint in delphi unfinished-Paint in delphi unfinished
- 2023-03-30 01:05:04下载
- 积分:1
-
achieve a simple calculator functions, arithmetic, but also a number of other ma...
实现了一个简单的计算器的功能,可以加减乘除,还要其他一些数学运算,如乘方等.-achieve a simple calculator functions, arithmetic, but also a number of other mathematical calculations, such as involution.
- 2022-01-22 10:37:10下载
- 积分:1
-
一套用PB开发的指纹应用源码,满足指纹应用和整合!适合于PB开发语言!...
一套用PB开发的指纹应用源码,满足指纹应用和整合!适合于PB开发语言!-a PB with the development of the fingerprint application source code, and meet the fingerprint application integration! PB suited to the development of language!
- 2022-03-14 11:51:31下载
- 积分:1
-
LabView平台下的频率计算显示程序,通过串口接收下位机的数据,并进行测频过程的控制,完成计算和显示。...
LabView平台下的频率计算显示程序,通过串口接收下位机的数据,并进行测频过程的控制,完成计算和显示。-LabView platform frequency calculations show procedures, through the serial port to receive the next bit plane data, and frequency measurement process control, complete the calculation and display.
- 2022-04-29 14:16:34下载
- 积分:1
-
带拼音的三字经,包括三字经的解释,格式是word格式,便于打印和拷贝...
带拼音的三字经,包括三字经的解释,格式是word格式,便于打印和拷贝-Pinyin with the Three Character Classic, including the interpretation of The Three Character Classic, the format is a word format for easy printing and copying
- 2022-01-28 16:50:37下载
- 积分:1
-
这个文档是关于C的的教程,给出了很多的例子使用,非常适合初学人员
这个文档是关于C的的教程,给出了很多的例子使用,非常适合初学人员-This document is a tutorial on C, given a lot of examples of use, very suitable for novice staff
- 2022-01-22 07:37:40下载
- 积分:1
-
ID protector
这是一个id保护器,使用1个插座自动重新连接。
- 2022-07-12 19:31:08下载
- 积分:1
-
Simulate the mouse, easy
可在Windows XP或2000下设置系统自动登录-in Windows XP or 2000 under the system automatically logged
- 2022-03-09 22:32:14下载
- 积分:1
-
一个简单的红宝石脚本解释器。用法:在脚本目录下新建rb文件,R.
从RPG MAKER XP中提取的一个简单的ruby脚本解释器。使用方法:在script目录下新建rb文件,在require.rb中增加require。执行game.exe运行脚本。-A simple ruby script interpreter. Usage: In the script directory New rb files, require.rb add require. Implementation of the game.exe to run scripts.
- 2023-04-17 04:00:03下载
- 积分:1