搜索资源列表

  1. tfbjk

    0下载:
  2. 我们知道,缺省的编辑框仅支持剪接板的剪切、拷贝、粘贴操作,不支持拖放操作,本程序扩展了CEdit类为CDragEdit类,并再实现了CDEDropTarget和CDEDataSource,实现编辑之间拖放文本的操作-We know that the default edit box only support the shear plate editing, copy, paste operation, does not support
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:8192
    • 提供者:佟岩
  1. DrageditBox-020224

    0下载:
  2. 本程序通过从CEdit派生一个CDragEdit,实现文件名或者文件夹拖放到编辑框-through the procedures derived from a CEdit CDragEdit. achieving file name or folder to drag and drop editing Box
  3. 所属分类:编辑框

    • 发布日期:2024-05-16
    • 文件大小:34816
    • 提供者:吴学文
  1. DragEdit1

    0下载:
  2. CEDIT类的使用,为大家熟悉CEDIT创造条件-CEDIT like to use familiar with CEDIT create conditions
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-16
    • 文件大小:41984
    • 提供者:zhupingfu
  1. NOTELOOP

    0下载:
  2. 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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:
  1. ListCtrlExt

    0下载:
  2. ListCtrlEx控件, 内嵌CEdit,CButton,CColorDlg,以及Browsing功能。-ListCtrlEx controls, embedded CEdit, CButton, CColorDlg, and Browsing function.
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-05-16
    • 文件大小:192512
    • 提供者:陈钢
  1. StringEdit_Demo

    0下载:
  2. 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 th
  3. 所属分类:编辑框

    • 发布日期:2024-05-16
    • 文件大小:23552
    • 提供者:swordm
  1. cEdit

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

    • 发布日期:2024-05-16
    • 文件大小:782336
    • 提供者:zhangchengfeng
  1. TryCheckClass

    0下载:
  2. Overload the CEdit control to make it more intellegent than ever before.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:28672
    • 提供者:tom dong
  1. ControlEx

    0下载:
  2. CEdit和CStatic派生类,初学者值得一看-CEdit and CStatic derived class, for beginners to see
  3. 所属分类:编辑框

    • 发布日期:2024-05-16
    • 文件大小:1902592
    • 提供者:代华
  1. Edit

    0下载:
  2. CEdit的应用 -CEdit application CEdit Application
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:80896
    • 提供者:
  1. maskededit_src

    1下载:
  2. 本类从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!
  3. 所属分类:编辑框

    • 发布日期:2024-05-16
    • 文件大小:14336
    • 提供者:liulei
  1. YCtrl(WM)

    0下载:
  2. Windows mobile下的透明控件(皮肤控件) 当前Windows mobile下的皮肤控件还很少,而且实现透明的更加少。本人曾经在Delphi开发过一套透明控件,于是决定把它移植到windows mobile系统下。在仿真器上和三星I718+上测试过,更换皮肤速度优化得相当快了,在Windows mobile下实属不易啊。 整套控件完全脱离MFC类,有自己的:CList、CString等组件类,所有控件由
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:450560
    • 提供者:agui
  1. AdvancedNumericEditControl

    0下载:
  2. 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:
  3. 所属分类:编辑框

    • 发布日期:2024-05-16
    • 文件大小:39936
    • 提供者:tennis100
  1. ReadOnlyEditDemo

    0下载:
  2. 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 b
  3. 所属分类:编辑框

    • 发布日期:2024-05-16
    • 文件大小:32768
    • 提供者:
  1. DragEdit1

    0下载:
  2. 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 writin
  3. 所属分类:编辑框

    • 发布日期:2024-05-16
    • 文件大小:1993728
    • 提供者:李斌
  1. DragDropEdit

    0下载:
  2. 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 writin
  3. 所属分类:编辑框

    • 发布日期:2024-05-16
    • 文件大小:1993728
    • 提供者:李斌
  1. EditFont

    0下载:
  2. 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
  3. 所属分类:编辑框

    • 发布日期:2024-05-16
    • 文件大小:40960
    • 提供者:菜鸟
  1. bianjikuang

    0下载:
  2. 非常好看的EDIT控件,从CWnd派生,以后就可以做出个性的CEDIT了-Very nice EDIT control derived from CWnd, after CEDIT personality can make a
  3. 所属分类:编辑框

    • 发布日期:2024-05-16
    • 文件大小:34816
    • 提供者:代华
  1. Trinity

    0下载:
  2. 电子便笺 V1.0 作者:Polaris 这是一个VC版的电子便笺。由于最近在公司里面参与一些管理工作,每天的杂事比较繁多,为了防止忘记某项工作,因此我都实时的把工作记到便笺纸上,完成后再划掉。这样每天的工作有条理了,但 带来的问题就是便笺纸用的奇快无比,又不好意思每个星期都跑到办公室去找MM申请便笺纸,便产生了写一个电子便笺的念头。 这个电子便笺功能源自一个Visual C#版“黄易贴”,但我对.Net与Ja
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:78848
    • 提供者:Polaris
  1. TransparentBltTest

    0下载:
  2. 1。实现透明图.2。创建无资源rc的动态对话框,按钮、CEdit-1. Fig .2 transparent implementation. Rc without the necessary resources to create the dynamic dialog box, buttons, CEdit
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-16
    • 文件大小:522240
    • 提供者:邻水
« 1 23 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org