Welcome![Sign In][Sign Up]
Location:
Search - CEdit

Search list

[GUI DevelopEdit

Description: 这是一个AutoComplete类,能用在CEdit和CComboBox上,实现像IE地址栏那样输入自动完成,实现像VS2008的功能。里面有详细教程-This is an AutoComplete class can be used in CEdit and CComboBox, and realize that as the IE address bar, enter the auto-complete and realize the function as VS2008. There are detailed tutorials
Platform: | Size: 901120 | Author: xzc | Hits:

[ListView/ListBoxlistend

Description: 简单的学生成绩统计工具,唯一值得称道的是对于CEdit在CListCtrl中的灵活使用。适应于初学者,特别想做出Excel效果的初学者。-Simple statistical tools of student achievement, the only noteworthy is the CEdit in the flexible use of CListCtrl. Suitable for beginners, especially beginners want to make Excel effect.
Platform: | Size: 75776 | Author: shanty | Hits:

[Dialog_WindowSDICEdit

Description: SDI单视图控件CEdit SDI单视图控件CEdit-Single-view control CEdit SDI SDI single view CEdit control
Platform: | Size: 75776 | Author: heli_huang | Hits:

[Windows Developcedit

Description: 音节的序号可通过表查。采用这个结构,最大好处是可为码表减肥,节省内存-The serial number of syllables can search through the table. Using this structure, the biggest benefit is for the code table to lose weight, save memory
Platform: | Size: 3072 | Author: 王圣军 | Hits:

[e-languageedit_

Description: 易语言自绘 编辑框(除滚动条) 组合框 的源码 下载了就知道 感谢大家支持-Since the edit box, combo box painted source
Platform: | Size: 14336 | Author: 张三 | Hits:

[EditBoxOneMyEdit

Description: 通过重载CEdit类的onchar()函数,实现文本框的限制输入,可根据的自己的需求写限制条件-By overloading CEdit class onchar () function to achieve a text box to limit the importation, according to the needs of their own to write constraints
Platform: | Size: 133120 | Author: wewewe | Hits:

[Dialog_Windowcustomcontrol-gridview

Description: 继承CWnd和CEdit实现的类似GridView的自定义控件。双击编辑,响应单击消息。使用vs2005.-CEdit inherits CWnd and achieve similar GridView custom control. Double-click edit, click the response message. Using vs2005.
Platform: | Size: 5957632 | Author: 韩晓明 | Hits:

[Button controlHoverTest

Description: 鼠标移到CEdit或CButton有动态效果 按钮,编辑框特效,改变下颜色,可以做成模仿QQ的效果-Mouse over a dynamic effect CButton CEdit or buttons, edit box effects, changed their color, can be made to imitate the effect of QQ
Platform: | Size: 1913856 | Author: GanCL | Hits:

[EditBoxEdit-demo

Description: CEdit Edit控件 限制输入长度、仿序列号输入、限制输入指定的字符或数字、自动跳转到下一个编辑框.-Edit control limit input length, fake serial number, input, limit the importation of a specified character or number, automatically jump to the next edit box.
Platform: | Size: 108544 | Author: | Hits:

[AI-NN-PRTest2

Description: 本程序调用Gambit自动生成喷管网格,便于导入Fluent进行流场计算。程序中用到了从Cedit派生出的自定义类,适合本程序的方便使用。-This procedure is called Gambit nozzle automatically generated mesh into Fluent for easy flow field. The procedures used in the Cedit derived from a custom class for this program easy to use.
Platform: | Size: 45056 | Author: 孤独虎 | Hits:

[GUI DevelopVC_6ActiveReadMe

Description: 用VC就离不开使用系统控件,发一个综合介绍的说明。VC++_6常用控件使用方法介绍 摘要如下: 除非特别说明,本文中所用控件变量类型为Control 一般控件可用/不可用 EnableWindow(TRUE) EnableWindow(FALSE) 1、Static Text------------静态控件 --类CStatic 取值/赋值(变量类型为Control) m_lbl.GetWindowText(string) m_lbl.SetWindowText(string) 2、Edit Box---------------编辑控件 --类CEdit 取值/赋值 m_txt.GetWindowText(string) m_txt.SetWindowText(string) 3、Check Box------------复选控件 --类CButton (1)设置选中/未选中 m_chk.SetCheck(BST_CHECKED) m_chk.SetCheck(BST_UNCHECKED) -Without using the system with the VC on the control, made a comprehensive description of the instructions. Summarized as follows: Unless otherwise specified, this type of control variable used in the general controls for the Control available/unavailable EnableWindow (TRUE) EnableWindow (FALSE) 1, Static Text------------ Static Control-- class CStatic value/assignment (variable of type Control) m_lbl.GetWindowText (string) m_lbl.SetWindowText (string) 2, Edit Box--------------- edit control- Class CEdit value/assignment m_txt.GetWindowText (string) m_txt.SetWindowText (string) 3, Check Box------------ check control- class CButton (1) to set the selected/not selected m_chk.SetCheck (BST_CHECKED) m_chk.SetCheck (BST_UNCHECKED)
Platform: | Size: 11264 | Author: 加菲 | Hits:

[EditBoxKeyMapEdit

Description: cedit接受各种案件消息 自绘生成 实现多重方法-cedit to accept messages from a variety of cases drawn generate multiple methods to achieve
Platform: | Size: 50176 | Author: 郑维彬 | Hits:

[GUI DevelopEdit

Description: 点击CEdit控件时,控件窗体自动放大,当鼠标移出窗体点击其他控件时,窗体回复原来大小。VC编写,自定义Edit类-Click CEdit control, automatic zoom control window, click on the form when the mouse out of the other controls, the form Reply original size. VC preparation, custom Edit categories
Platform: | Size: 211968 | Author: 杨久敏 | Hits:

[GUI DevelopTestIntelligentSearch

Description: 通过ListBox列表控件和Edit编辑框控件来实现良好的模糊搜索界面,很实用,已应用于实际项目中。-Usage of CListBox and CEdit controls is to achieve a good fuzzy search interface.It is very useful and has been applied to actual projects.
Platform: | Size: 15994880 | Author: 张军 | Hits:

[OS programNIDS

Description: 一个VC++ 网络入侵检测模块及程序代码,源代码完整,包括所需控件都在压缩包内,用VC编写网络软件的时候用得上。    CMainFrame* p_Frame //保持筐架类的指针    CEdit* m_pEdit //保存编辑框类的指针    CListCtrl* m_pList //保存列表类的指针    CTreeCtrl* m_pTree //保存树型控件的指针    CComboBox* m_pComboBox //保存组合筐的指针   以下的成员变量保存了最后一次分析的数据包的各种数据   ip_header* m_pih //ip头 保存最后一次分析的数据包的ip头   tcp_header* m_ptcph //tcp头 保存最后一次分析的数据包的tcp头   udp_header* m_pudph //udp头 保存最后一次分析的数据包的udp头-A VC network intrusion detection module and program code, complete source code, including the necessary controls are in the compressed package, prepared by VC when the lingua franca of network software. CMainFrame* p_Frame // pointer to keep basket racks CEdit* m_pEdit // Save pointer to edit box type CListCtrl* m_pList // save the pointer to the class list CTreeCtrl* m_pTree // save the pointer to the control tree CComboBox* m_pComboBox // save pointer combination basket The following member variable holds the last analysis, all data packets ip_header* m_pih // ip header to save the last analysis the ip packet header tcp_header* m_ptcph // tcp header to save the last analysis of the tcp packet header udp_header* m_pudph // udp header to save the last analysis the udp packet header
Platform: | Size: 1563648 | Author: 云梦泽 | Hits:

[Button controlEnterEdit

Description: Microsoft Visual Studio 6.0 CEDIT 实现enter切换焦点-good good very good
Platform: | Size: 1024 | Author: 农民 | Hits:

[ListView/ListBoxCGridListCtrlEx_Demo

Description: CList列表功能: 1.可以排序功能,下次打开记住是升序还是降序排序。 2.可以拖动列头,下次打开后能记住重新设置的列头功能。 3.可以嵌入ComBox,CheckBox,CEdit等功能。 4.动态配置显示和隐藏某列功能。 5.可以设置列和行的宽度功能。-Fēn lán lièbiǎo lièbiǎo gōngnéng: 1, Kěyǐ páixù gōngnéng, xià cì wān àn jì zhù shì shēng xù háishì jiàng xù páixù. 2, Kěyǐ tuō dòng liè tóu, xià cì wān àn hòu gōngchéng xì jì zhù chóngxīn shè dìng dì liè jī tóu gōngnéng. 3, Kěyǐ qiànrù ComBox, fù xuǎn kuāng,CEdit děng gōngnéng. 4, Dòngtài dìngwèi xiǎnshì hé yǐncáng yì liè gōngnéng. 5, Kěyǐ shè dìng liè hé xíng de kuāndù gōngnéng.
Platform: | Size: 686080 | Author: 徐金林 | Hits:

[Static controlcompStr

Description: 字符串对比程序,使用可变换颜色的CStatic控件和CEdit控件。-String compare software, using colorful CStatc control and CEdit ontrol.
Platform: | Size: 28672 | Author: 邱惠昌 | Hits:

[GUI DevelopDateEx

Description: 一个智能化的日期时间类这个类虽然是从CEdit类继承,但做了格式化规范,用户输入感觉到很方便,可以用左右键来移动选区,用上下键或滚轮来改变数字。不会得到错误格式的日期时间。-An intelligent date and time class this class inherits from CEdit class, but to do the formatting specifications entered by the user feel very convenient, you can use the left and right arrow keys to move the selection using the arrow keys or the scroll wheel to change the number. Will not get the date and time of the wrong format.
Platform: | Size: 35840 | Author: | Hits:

[EditBoxLoginDemo

Description: 封装的Edit控件 继承于CEdit 可复用的VC++代码 有鼠标滑动效果-Encapsulated Edit control is inherited from CEdit Reuse the VC++ code Mouse sliding effects
Platform: | Size: 3072 | Author: wuzebin55 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 »

CodeBus www.codebus.net