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

Search list

[CSharptfbjk

Description: 我们知道,缺省的编辑框仅支持剪接板的剪切、拷贝、粘贴操作,不支持拖放操作,本程序扩展了CEdit类为CDragEdit类,并再实现了CDEDropTarget和CDEDataSource,实现编辑之间拖放文本的操作-We know that the default edit box only support the shear plate editing, copy, paste operation, does not support drag and drop, this program extends the CEdit category CDragEdit category, and again and realized CDEDropTarget CDEDataSource. editor drag and drop text between the operation
Platform: | Size: 8192 | Author: 佟岩 | Hits:

[EditBoxDrageditBox-020224

Description: 本程序通过从CEdit派生一个CDragEdit,实现文件名或者文件夹拖放到编辑框-through the procedures derived from a CEdit CDragEdit. achieving file name or folder to drag and drop editing Box
Platform: | Size: 34816 | Author: 吴学文 | Hits:

[2D GraphicDragEdit1

Description: CEDIT类的使用,为大家熟悉CEDIT创造条件-CEDIT like to use familiar with CEDIT create conditions
Platform: | Size: 41984 | Author: zhupingfu | Hits:

[OtherNOTELOOP

Description: CEdit& edit = GetEditCtrl() //定义指向视图的Cedit控件 if (m_Font.m_hObject == NULL) { m_Font.CreatePointFont(120,"Fixedsys") } if (m_Font.m_hObject != NULL) edit.SetFont (&m_Font) edit.SetTabStops (16) -CEdit
Platform: | Size: 4096 | Author: | Hits:

[ListView/ListBoxListCtrlExt

Description: ListCtrlEx控件, 内嵌CEdit,CButton,CColorDlg,以及Browsing功能。-ListCtrlEx controls, embedded CEdit, CButton, CColorDlg, and Browsing function.
Platform: | Size: 192512 | Author: 陈钢 | Hits:

[EditBoxStringEdit_Demo

Description: I have often found that user input edit boxes on a dialog require much more than the capabilities provided by the basic CEdit control. A common problem I have encountered is the need for an edit control that restricts the characters that can be entered into the box in some manner. Some types of restrictions would include confining input to a specific set if legal characters, excluding characters in an illegal set, limiting text to a maximum length and providing for fixed length strings that may be padded to the right with spaces if they are too short.
Platform: | Size: 23552 | Author: swordm | Hits:

[MiddleWarecEdit

Description: 这是一个完美版本的的超强文件编辑器,支持各种程序的语法高亮,支持插件和宏录制,支持XP菜单,支持浏览器浏览等等功能,记得有位网友做文件编辑器要求我给他一个支持语法高亮和DockWindows技术的代码,这下好了,这个程序中所有的都包含了,而且速度还可以.
Platform: | Size: 782336 | Author: zhangchengfeng | Hits:

[OtherTryCheckClass

Description: Overload the CEdit control to make it more intellegent than ever before.
Platform: | Size: 28672 | Author: tom dong | Hits:

[EditBoxControlEx

Description: CEdit和CStatic派生类,初学者值得一看-CEdit and CStatic derived class, for beginners to see
Platform: | Size: 1902592 | Author: 代华 | Hits:

[OtherEdit

Description: CEdit的应用 -CEdit application CEdit Application
Platform: | Size: 80896 | Author: | Hits:

[EditBoxmaskededit_src

Description: 本类从CEdit继承来;可以实现任意格式的提示和检验:相信大家很多都遇到过这样的问题!-Class inherited from CEdit can realize any format of the prompt and testing: I believe the U.S. many of which are encountered such a problem!
Platform: | Size: 14336 | Author: liulei | Hits:

[SCMYCtrl(WM)

Description: Windows mobile下的透明控件(皮肤控件) 当前Windows mobile下的皮肤控件还很少,而且实现透明的更加少。本人曾经在Delphi开发过一套透明控件,于是决定把它移植到windows mobile系统下。在仿真器上和三星I718+上测试过,更换皮肤速度优化得相当快了,在Windows mobile下实属不易啊。 整套控件完全脱离MFC类,有自己的:CList、CString等组件类,所有控件由CWin这个透明窗体类派生,CWin派生CForm和CCtrl类,在CCtrl类上派生各个透明控件,有:CBtt(按钮控件)、CCheckBox、CRadioBox、CPanel、CLabel、CEdit、CWord、CPage、CGrid......,CApp为程序的应用类,担负了皮肤的加载等工作和处理系统消息的功能。 按钮控件有按下、放下、焦点、禁止四种状态,可以实现透明、半透明显示。图片可以是伸展方式或平铺方式显示,伸展方式可以自适应控件的大小。
Platform: | Size: 450560 | Author: agui | Hits:

[EditBoxAdvancedNumericEditControl

Description: The CXrNumericEdit class is derived from the normal CEdit class. To use this class Add the CXrNumericEdit source file to project. Add standard edit control Change CEdit class to CXrNumericEdit public: //Dialog Data //{{AFX_DATA(CNumericEditDlg) enum { IDD = IDD_NUMERICEDIT_DIALOG } CXrNumericEdit m_ctrlPositiveValue To get and set the value in the CXrNumericEdit control use the DDX functions. void CNumericEditDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX) //{{AFX_DATA_MAP(CNumericEditDlg) DDX_Text(pDX, IDC_POSITIVE_SAMPLE, m_dbPositiveValue) ... //}}AFX_DATA_MAP }
Platform: | Size: 39936 | Author: tennis100 | Hits:

[EditBoxReadOnlyEditDemo

Description: CEdit的派生类,实现Edit Box输入框控件为只读,不可修改参数,背景色不变灰,同时可以修改背景色为任何颜色.-CEdit derived class, to achieve input box Edit Box control to read-only, can not modify the parameters, change the background color of gray, and can modify the background color to any color.
Platform: | Size: 32768 | Author: | Hits:

[EditBoxDragEdit1

Description: Using the CEdit Control (Drag-and-Drop) 当把一个文件或文件夹拖放到Edit上,Edit会自动显示该文件或文件夹大详细属性! This application not only demonstrates the basics of using the Microsoft Foundation Classes but is also a starting point for writing your application.-Using the CEdit Control (Drag-and-Drop) When a file or folder to Edit on the drag and drop, Edit will automatically display the file or folder attributes great detail! This application not only demonstrates the basics of using the Microsoft Foundation Classes but is also a starting point for writing your application.
Platform: | Size: 1993728 | Author: 李斌 | Hits:

[EditBoxDragDropEdit

Description: Using the CEdit Control (Drag-and-Drop) 当把一个文件或文件夹拖放到Edit上,Edit会自动显示该文件或文件夹大详细属性! This application not only demonstrates the basics of using the Microsoft Foundation Classes but is also a starting point for writing your application.-Using the CEdit Control (Drag-and-Drop) When a file or folder to Edit on the drag and drop, Edit will automatically display the file or folder attributes great detail! This application not only demonstrates the basics of using the Microsoft Foundation Classes but is also a starting point for writing your application.
Platform: | Size: 1993728 | Author: 李斌 | Hits:

[EditBoxEditFont

Description: CEdit控件中文字字体的设置,同时可以增加图标,对于一些喜欢把自己的界面做漂亮,可以参考-CEdit control text font settings, at the same time can increase the icon, for some like to do their own beautiful interface, can refer to
Platform: | Size: 40960 | Author: 菜鸟 | Hits:

[EditBoxbianjikuang

Description: 非常好看的EDIT控件,从CWnd派生,以后就可以做出个性的CEDIT了-Very nice EDIT control derived from CWnd, after CEDIT personality can make a
Platform: | Size: 34816 | Author: 代华 | Hits:

[OtherTrinity

Description: 电子便笺 V1.0 作者:Polaris 这是一个VC版的电子便笺。由于最近在公司里面参与一些管理工作,每天的杂事比较繁多,为了防止忘记某项工作,因此我都实时的把工作记到便笺纸上,完成后再划掉。这样每天的工作有条理了,但 带来的问题就是便笺纸用的奇快无比,又不好意思每个星期都跑到办公室去找MM申请便笺纸,便产生了写一个电子便笺的念头。 这个电子便笺功能源自一个Visual C#版“黄易贴”,但我对.Net与Java的效率都比较不爽,所以决定用VC写一个出来。顺便用上些小技术,给广大新学VC的程序员朋友参考。 本软件的技术包括:“不规则窗体的创建”、“XP风格窗体的实现”、“半透明窗体的实现”、“系统托盘的实现”、“使窗体保持在最前面”、“CEdit编辑框控件背景颜色的改变”、“右键菜单的实 现”。希望对大家有些用处。-Electronics memo V1.0 Author: Polaris This is a VC version of the electronic memo. Because of the recent participation in the company s inside some of the management of the daily chores compared many forget that in order to prevent a job, so I have real-time job in mind to put a memo on paper, later crossed out. This structured work day, but The problems brought about by memo paper used is very swift pace, but also embarrassed to go the office every week to look for MM applications memo paper, we have had to write the idea of an electronic memo. Function of the electronic memo from a Visual C# Edition "黄易paste," but I am. Net and Java are more accurate efficiency, so decided to write a VC out. Incidentally, the use of small technology, to the vast number of new programmers learn VC Friend reference. The software technology, including: "the creation of irregular form", "XP-style form of implementation," "semi-transparent form of implementation," "system tray of the implem
Platform: | Size: 78848 | Author: Polaris | Hits:

[Dialog_WindowTransparentBltTest

Description: 1。实现透明图.2。创建无资源rc的动态对话框,按钮、CEdit-1. Fig .2 transparent implementation. Rc without the necessary resources to create the dynamic dialog box, buttons, CEdit
Platform: | Size: 522240 | Author: 邻水 | Hits:
« 1 23 4 5 6 7 8 9 10 »

CodeBus www.codebus.net