搜索资源列表
模式匹配MFC_jwj
- 此程序用mfc完成查找替换功能,在编辑框中输入一串字符,然后输入你要查询的字符串,之后输入你要替换的字符串(替换查询的内容),结果显示在最后的编辑框中-mfc use this procedure to complete the replacement search function, the edit box input string of characters then enter your inquiries to the string, after you input the strin
ResizableCtrl_demo
- 实现MFC程序的各种控件可自动改变大小,包括按钮,编辑框,列表框等-achieve the various control procedures can automatically change the size, including the button, edit box, list box, etc.
listbox-2
- 本程序用 MFC 实现 属性列表框(Property Listbox), 就象 VB 的 IDE 环境一样.用户可以在Property Listbox中包含 edit box, a combo box, an RBG color value, a font name, or a file name
对话框、按钮及编辑框控件
- 一个有关对话框、按钮及编辑框控件的源程序,用MFC所编写。-one of the dialog box, a button and edit box control of the source, using MFC prepared.
testEdit
- 设置编辑框为相当于背景为透明色,以此为例扩展到所有MFC控件。-Set the edit box for the equivalent of a transparent background color, as an example to all of MFC control extensions.
EX9_8
- 设计了一个基于MFC的对话框应用程序,打开并读取一个文本文件,将其内容在一个编辑框中显示!-Designed a dialog-based MFC applications, open and read a text file, its contents will be displayed in an edit box!
readText
- VC++基于mfc 实现对话框打开读取txt文件,显示在edit box 中,一个简单的MFC小例子,相信有不少朋友需要这个吧。 -VC++ mfc-based implementation to read txt file dialog box opens, shown in the edit box, a simple MFC small example, I believe that many of my friends need this now.
RichText
- CRichEdit,类似QQ的编辑框 可以显示BMP,JPG以及动态的GIF格式的图片 而且还能编辑字体颜色,自动换行-CRichEdit, similar to the edit box QQ can display BMP, JPG and GIF format dynamic picture but also edit the font color, wrap
PyEmbedMFC_src
- Python语言嵌入到MFC的开发中,通过这个例子可以利用两种语言的优势开发程序-Many of you might have seen the numeric input fields in most commercial CAD and scientific applications that facilitate the user to write mathematical expressions. This is to allow the user to use the edit box
MFC.edit.list.box.control.code
- MFC编辑列表框控件设计代码MFC edit list box control design code -MFC edit list box control design code
EditExAndCStaticEx
- Windows MFC编辑框和静态文本的使用扩展功能-Windows MFC edit box and the static text to extend the use of functional
listbox_5
- 属性列表框 本程序用 MFC 实现 属性列表框(Property Listbox), 就象 VB 的 IDE 环境一样.用户可以在Property Listbox中包含 edit box, a combo box, an RBG color value, a font name, or a file name-Properties list box with the MFC implementation of this program property list box (Propert
ColorEdit
- MFC 彩色的Edit编辑框 对Edit做的一些小的改动,对学习和借鉴还是有帮助的 -Edit color MFC edit box on the Edit to do some minor changes, to learn and use for reference or helpful
jisuanqi
- 利用MFC设计计算器的界面,界面包括:编辑框,0-9个数字按钮,能进行整数的加、减、乘、除、开方、取正负、小数点运算的按钮,有清除(C 键)功能,有清除前一个运算符和数的功能,还有个计算结果的等于号按钮。-Using MFC design calculator interface, the interface including: edit box ,0-9 number buttons, can be an integer add, subtract, multiply, divide, sq
Edit-Box
- 如何改变编辑框的文字背景颜色,摆脱MFC默认的黑白颜色-How to change the background color of text edit box
mfc
- 编写一个应用程序,含有“计算”菜单,包含菜单项“显示对话框”和“退出”。 单击“显示对话框”选项时,弹出“模式对话框”,此对话框中含有两个水平滚动条;四个按钮,分别为“加”、“减”、“乘”、“除”;三个编辑框,单击四个按钮中的任何一个进行计算操作,移动滚动条,两个编辑框中出现滚动条的位置,另一个编辑框中出现计算的结果。 -Write an application, with " computing" menu that contains the menu item &q
VC-Beautify-the-input-edit-box
- 可以美化MFC输入编辑框,鼠标放置在编辑框区域会出现气泡提示-You can beautify the MFC input edit box, the mouse placed in the edit box area will appear bubble tips
ShowImage
- 在VS2012编程环境下,使用MFC加载图片,并且显示在界面中,同时可以将图片文件的路径显示在Edit编辑框中(In the VS2012 programming environment, use MFC to load pictures, and display in the interface, at the same time you can display the picture file path displayed in the Edit edit box)
扩展的CListCtrl
- 在MFC的CListCtrl控件的单元格内增加编辑框,下拉框等(dd edit box and drop-down box in the cell of CListCtrl control of MFC)
SExplorer浏览器 - 副本
- 1.利用MFC及ActiveX控件实现一个简单的Web浏览器; 2.像IE或其他PC浏览器一样,有一个URL的输入编辑框,并且在下拉列表中能显示最近前往的20条URL; 3.界面上有“前进”、“后退”、“刷新”、“停止”、“收藏”和“主页”等按钮并实现相应功能; 4.能够设置打开浏览器时初始显示的页面,即“主页”; 5.有“收藏夹”功能,能够保存URL到收藏列表。(1. Use MFC and ActiveX control to realize a simple web browser; 2