搜索资源列表
DECLARE_MESSAGE_MAP
- m_edit1代表ID为IDC_EDIT1的CEdit控件的control类型的变量 m_richedit1代表ID为IDC_RICHEDIT1的CRichEditCtrl控件的control类型的变量-use QQ window
Cwindows
- m_edit1代表ID为IDC_EDIT1的CEdit控件的control类型的变量 m_richedit1代表ID为IDC_RICHEDIT1的CRichEditCtrl控件的control类型的变量-use QQ window
MyEdit
- 自己写的关于CEdit的一个类,当CEdit选为只读背景色还是为白色的。-Himself wrote about in a CEdit class, when the CEdit background color of selected read-only or for the white.
duihuakuandeshiyon
- 实现简单的对话框的应用及控件的使用包含滚动条进度条等-CEDIT CPROGRESSCTRL SPIN STSTIC
maskededit_demo
- 带有格式限制的CEdit类,可以根据用户要求来设定输入格式-CEdit class with format restrictions can be set according to user requirements input format
editlistctrl
- 可编辑的CListCtrl控件,结合cedit控件-Editable CListCtrl control, combined with cedit control
HyNumEdit
- CHyNumEdit继承自CEdit,该类用于输入数值,以过滤非用于数值表示的字符。-CHyNumEdit inherited from CEdit, the class for the input values to filter the non-use value of that character.
autoedit_demo
- vc编辑框自动处理,编辑过程中自动判断 资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花-autoprocess cedit
markupXML
- 利用markup类做的XML文件处理器;用CtreeCTrl和CEdit做的分割窗口;树形结构能和文档内容相连;在edit中有动态菜单,根据需要添加菜单。-Use of XML markup file processor class to do do with CtreeCTrl and CEdit split window tree structure and content of the document can be linked have a dynamic menu in edi
vs-vc
- CStatic 用法 CEDIT 用法 CButton 用法 CComboBox 用法 CListBox 用法
Edit
- 这是一个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 ar
SDICEdit
- SDI单视图控件CEdit SDI单视图控件CEdit-Single-view control CEdit SDI SDI single view CEdit control
cedit
- 音节的序号可通过表查。采用这个结构,最大好处是可为码表减肥,节省内存-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
edit_
- 易语言自绘 编辑框(除滚动条) 组合框 的源码 下载了就知道 感谢大家支持-Since the edit box, combo box painted source
customcontrol-gridview
- 继承CWnd和CEdit实现的类似GridView的自定义控件。双击编辑,响应单击消息。使用vs2005.-CEdit inherits CWnd and achieve similar GridView custom control. Double-click edit, click the response message. Using vs2005.
HoverTest
- 鼠标移到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
VC_6ActiveReadMe
- 用VC就离不开使用系统控件,发一个综合介绍的说明。VC++_6常用控件使用方法介绍 摘要如下: 除非特别说明,本文中所用控件变量类型为Control 一般控件可用/不可用 EnableWindow(TRUE) EnableWindow(FALSE) 1、Static Text------------静态控件 --类CStatic 取值/赋值(变量类型为Control) m_lbl.GetWindowText(string) m_lbl.SetWi
Edit
- 点击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
TestIntelligentSearch
- 通过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.
NIDS
- 一个VC++ 网络入侵检测模块及程序代码,源代码完整,包括所需控件都在压缩包内,用VC编写网络软件的时候用得上。 CMainFrame* p_Frame //保持筐架类的指针 CEdit* m_pEdit //保存编辑框类的指针 CListCtrl* m_pList //保存列表类的指针 CTreeCtrl* m_pTree //保存树型控件的指针 CComboBox* m_pComboBox //保存组合筐的指针 以下的成员