登录
首页 » 界面开发 » VB编辑器控件

VB编辑器控件

于 2022-03-04 发布 文件大小:145.64 kB
0 216
下载积分: 2 下载次数: 1

代码说明:

资源描述 AGC基本编辑器控件项目 本包包含一个编辑器的Ctl代码和它的demo窗体,还有一个PB开发的用于代码提示的额外控件。该编辑器目前不支持语法高亮。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 带背景的工具栏,可以举一反三,制作图片背景,彩色背景,真彩背景。...
    带背景的工具栏,可以举一反三,制作图片背景,彩色背景,真彩背景。-Toolbar with the background, you can learn by analogy, the production of picture background, background color, true color background.
    2022-11-17 12:45:03下载
    积分:1
  • c语言中图形的编写:包括(1)窗口函数(2)窗口图形(3)光标函数(4)屏幕文本函数(5)状态查询(6)弹出菜单(7)下拉菜单(8)左右窗口...
    c语言中图形界面的编写:包括(1)窗口函数(2)窗口图形(3)光标函数(4)屏幕文本函数(5)状态查询(6)弹出菜单(7)下拉菜单(8)左右窗口-c language in the preparation of a graphical interface include: (1) window function (2) window graphics (3) the cursor function (4) screen copy function (5) status query (6) pop-up menu (7) the drop-down menu (8) around window
    2022-04-20 17:11:48下载
    积分:1
  • QT SVG图像显示实例
    通过利用QSvgWidget类和QSvgRender类实现一个SVG图片浏览器,显示以“.svg”结尾的文件;主要介绍SVG格式图片显示的方法。
    2023-01-22 00:55:03下载
    积分:1
  • digital image processing, a source book, the scientific publishing house.
    delphi数字图像处理一书源代码,科学出版社出版.-digital image processing, a source book, the scientific publishing house.
    2022-03-23 14:00:07下载
    积分:1
  • 步进电机上位机
    代码用于控制一款步进电机控制器,通过个人电脑上的上位机控制程序,可以控制步进电机循环前进及后退,并可以实现前进和后退按照不同速度运动。感兴趣者可以进一步开发,实现变速运动。
    2022-08-12 10:02:05下载
    积分:1
  • MFC线程控制
    资源描述 创建线程 1、创建线程 AfxBeginThread(); 2、线程函数 typedef UINT(AFX_CDECL *AFX_THREADPPOC)(LPVOID); 线程控制 1、暂停 2、继续 3、终止 说明 1、主线程一般用来做界面响应 2、线程函数声明(.h) //线程函数声明 UINT DemoA(LPVOID pParam);//线程函数需设成全局的,不能写在类下(类下要做成静态函数) UINT DemoB(LPVOID pParam); UINT DemoC(LPVOID pParam); 3、线程函数定义(.cpp) CWinThread* g_pThreadA; BOOL g_bRunningA;//记录线程是否运行 //线程函数定义 UINT DemoA(LPVOID pParam) { for (int m = 1; m m_pMainWnd->m_hWnd,IDC_OUTPUT2, m,false); Sleep(1000); } g_bRunningA = false; g_pThreadA = NULL; return 0; } UINT DemoB(LPVOID pParam) { for (int n = 1; n m_pMainWnd->m_hWnd, I
    2023-05-28 17:40:24下载
    积分:1
  • Convert CHtmlView to CHtmlCtrl CHtmlView和我们最终生成的CHtmlCtrl到底有什么区别? 其实,区别仅仅是它们...
    Convert CHtmlView to CHtmlCtrl CHtmlView和我们最终生成的CHtmlCtrl到底有什么区别? 其实,区别仅仅是它们被使用的方法不同.控件通常是对话框里的子窗口---当然你可以把它作为 任何窗口的子窗口.然而View却是专门为了实现MFC 文档视图结构而设计的.一个View有一个指向 Document的指针并且被固定在一个特别的窗口里---人称:框架窗口(CFrameWnd). 对于Document来说,CView是它可以从形态上被表现的场作.但,指向Document的指针 m_pDocument可能是NULL,所以每当我们在View里处理Document的时候,这么做是明智的: -Convert CHtmlView to CHtmlCtrlCHtmlView with us in the end the final generated CHtmlCtrl What is the difference? In fact, the distinction is that they only be used in different ways. Control is usually a sub-dialog window- of course you can put it as a child window of any window. However View it is specialized in order to realize the structure of the document view MFC designed. a View has a point to Document pointer and was fixed in a special window- known as: frame window (CFrameWnd). For Document for, CView is that it can from the morphology was the performance of the market for. However, indicators point to Document the m_pDocument may be NULL, so whenever we d
    2022-05-31 00:40:34下载
    积分:1
  • 一个测试程序编写的C++(菜单)功能添加问题,消除…
    A quiz program written in C++ (with menu)...Features like add questions, remove questions included-A quiz program written in C++ (with menu)...Features like add questions, remove questions included...
    2022-05-24 04:39:51下载
    积分:1
  • 这是个自绘菜单的,如果要使用的话,最好自己重新设计一下图片资源。...
    这是个自绘菜单的界面,如果要使用的话,最好自己重新设计一下图片资源。-This is a self-drawn menu interface, if you want to use, the best resources of its own redesigned look at pictures.
    2022-06-21 06:06:59下载
    积分:1
  • 圆柱型进度条控件,可定制进度条颜色等多种效果。
    圆柱型进度条控件,可定制进度条颜色等多种界面效果。-cylindrical progress of control, customizable color of the progress of various interface effects.
    2022-04-06 19:04:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载