Location:
Search - rich box
Search list
Description: This sample demonstrates how to implement an ActiveX Document Server. The program demonstrates the following:
How to implement the interfaces IOleDocument and IOleDocumentView
How to perform menu merging with the container
How to implement a toolbar in your object
How to override the IPersistStreamInit methods Load and Save to perform custom saving and loading
How to use CDialogImpl to implement an About dialog box.
How to subclass the Rich Text Edit Control
Platform: |
Size: 39149 |
Author: |
Hits:
Description: 主要功能: 1、xpGrid数据控件:根据数据库数据字典定义自动生成DataGrid,可不用写代码即可实现数据的增删改 2、集成的权限控制功能,权限按字段分配,可精确控制字段的读写属性 3、丰富的数据编辑方式:提供按Form方式编辑和按Grid方式编辑两种方式数据编辑界面,对字段的输入方式提供:普通文本框、复选框、密码框、多行文本、下拉列表、引用其它表等多种输入方式 4、数据重构:动态的修改数据字典,通过对数据字典的修改可动态的控制前台界面的显示及输入 5、代码维护:维护下拉列表编辑模式对应的下拉列表内容 6、权限控制:控制用户及角色的功能权限及字段权限 7、简单的应用系统框架-main functions : 1, xpGrid Data Control : According to the database data dictionary definition DataGrid automatically generated, would not have to write code data can be changed to delete the two, the competence of integrated control functions and powers according to the distribution field, the field of precision control read and write attributes 3, rich data editing : Form provided by the editors and by the way Grid two ways to edit data editing interface to the field to provide input : ordinary text box, check box, the password box, and more lines of text, drop-down list, to use other forms of input, such as Mode 4, data reconstruction : Dynamic the revised data dictionary, data dictionaries can dynamically change the future control of display and interface to import 5, code maintenance
Platform: |
Size: 501162 |
Author: 哲凡 |
Hits:
Description: 自己创建属性更加丰富的文本框。可以改变颜色,字体。-own attributes to create more rich text box. Can change colors, fonts.
Platform: |
Size: 38422 |
Author: glw |
Hits:
Description: 一个用富文本框(RichText)制作的带有QQ字符表情和超链接以及字体颜色等功能聊天室示例。程序封装为一个控件,可以直接在程序中调用即可。
-with a rich text box (RichText) produced with the QQ character expressions and hyperlinks, and font colors and such functional chat rooms example. Packaging for a procedural controls, directly in the proceedings can be called.
Platform: |
Size: 158526 |
Author: 悠扬 |
Hits:
Description: 你 好 站 长 网
w w w . HELLOZZ . c o m
╱◥███◣╬╬╬╬╬╬╬╬╬╬╬╬╬
︱田︱田 田 ︱ ╬
╬ ╬
╬ ·软件下载 ·建站源码 ╬
╬ ╭○╮● ·教程书籍 ·交流论坛 ╬
╬ /■\\/■\\ ·免费服务 ·发布软件 ╬
╬ <| || ·虚拟主机 ·域名注册 ╬
╬ ·免费域名 ·免费主页 ╬
╬ ·免费软件 ·免费信箱 ╬
╬ ╬
╬ ╬
╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬
丰富建站资源和软件工具提供者!
下载帮助请查阅http://hellozz.com/help.html-Hello station network w w w. HELLOZZ. C o m-elect Short Audi Tin Jobs Jobs Jobs stand software download source Station at 2000 Winter Guide books stupid forum for the exchange / [\\ / [\\ free services to the software lt; | | | virtual host domain name registration free domain name free Home free software free Box rich resources and the establishment of the station to provide software tools! Download Help Please check http://hellozz.com/help.html
Platform: |
Size: 69517 |
Author: tianke |
Hits:
Description: 1、简介
此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。
2、VC++6.0编译设置
需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。
3、运行
编译生成decode2.exe文件后在命令行如下运行
decode2.exe d:\\cctv.ts
一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下:
decode2.exe d:\\cctv.ts >c:\\ts_decode.txt
运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。
-a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject - "Settings pop-up dialog box put pre - translat
Platform: |
Size: 100002 |
Author: 陈水德 |
Hits:
Description: This sample demonstrates how to implement an ActiveX Document Server. The program demonstrates the following: How to implement the interfaces IOleDocument and IOleDocumentView How to perform menu merging with the container How to implement a toolbar in your object How to override the IPersistStreamInit methods Load and Save to perform custom saving and loading How to use CDialogImpl to implement an About dialog box. How to subclass the Rich Text Edit Control
Platform: |
Size: 38912 |
Author: |
Hits:
Description: VC++实现对话框图形界面的源代码。功能有待丰富,部分文字为个人说明,请用户指正。 yjd_yeyuhan@163.com-VC++ Achieve dialog box graphical interface source code. Function is to be rich, some of the text for personal, please correct me users. yjd_yeyuhan@163.com
Platform: |
Size: 3793920 |
Author: yjd |
Hits:
Description: 关于编辑框和richtext编辑框的详细使用代码,告诉你很多不为人知的用法.-On the edit box and edit box richtext detailed the use of code, tell you a lot of unknown use.
Platform: |
Size: 66560 |
Author: klander |
Hits:
Description: 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
Platform: |
Size: 68608 |
Author: 王吉桥 |
Hits:
Description: 一个新的俄罗斯方块c语言程序,源码内容丰富,包含c语言很多应用技巧-Russia, a new box c language program, rich content source that contains a lot of c language skills
Platform: |
Size: 47104 |
Author: 李锋 |
Hits:
Description: This article describes a quick and simple approach to applying a spell check function to the rich text box control and bundling both features into a single custom control.
Platform: |
Size: 1210368 |
Author: Jose Amado |
Hits:
Description: 《Windows多媒体编程基础》第三章源代码
Aaa 演示基本GDI绘图、文本输出(此章内容琐碎故有合并)
StaticText 操纵简单的静态文本控件和文本框控件(同上)
CFontEnum 用程序来枚举系统中的全部字体
CFontInfo 如何获得当前字体的基本信息
RichTextbox 用“Microsoft Rich Textbox Control,version 6.0”ActiveX控件制作文本编辑器
-" Windows Multimedia Programming" Chapter III of the source code Aaa demonstrate the basic GDI drawing, text output (in this chapter it is trivial merger) StaticText manipulation of a simple static text controls and text box controls (ibid.) CFontEnum procedures to enumerate the system all fonts CFontInfo how to obtain basic information about the current font RichTextbox with " Microsoft Rich Textbox Control, version 6.0" ActiveX controls production of a text editor
Platform: |
Size: 285696 |
Author: 王辉 |
Hits:
Description: Hi All,
This post will help you in sending the contents of a "Rich Text box" to printer with exact contents printed.
The basic idea is framing a print document object using the contents of the textbox and sending to the printer object.
I have attached the source code and document which details the procedures in detail.
Hope this helps.
With Regards,
M. Gangadhar
Platform: |
Size: 91136 |
Author: Gangadhar |
Hits:
Description: 逍遥富翁游戏,VC++6.0编写,包含源码-Xiaoyao rich games, VC++6.0 to prepare, including source code
Platform: |
Size: 9470976 |
Author: 唐洁 |
Hits:
Description: Extended Rich box tool for word processing
Platform: |
Size: 35840 |
Author: mahan |
Hits:
Description: 一个MFC对话框,可以实现关键字高亮,显示所在行等语法编辑功能-An MFC dialog box, you can achieve keyword highlighting, syntax and so on show the line editing features
Platform: |
Size: 37888 |
Author: 程郁文 |
Hits:
Description: 主控芯片采用STC12C5A60S2单片机,该单片机最大支持33MHz晶振,64K的flash,内部自带AD SPI等丰富资源。程序为经典手机游戏---推箱子。-The master chip with STC12C5A60S2 MCU, the MCU supports 33MHz crystal, 64K Flash, internal, built-rich resources such as the AD the SPI. The program for the classic mobile game--- Sokoban.
Platform: |
Size: 53248 |
Author: boleyn |
Hits:
Description: 新大陆的网联网实验箱说明书,含丰富的linux、android使用说明,独家收藏-New World-networking experiment box manual, rich in linux, android instructions, Exclusive Collection
Platform: |
Size: 7054336 |
Author: lin |
Hits:
Description: c#重写富文本框的demo程序,一个简单的演示测试程序-c# rewrite rich text box demo program, a simple demonstration test program
Platform: |
Size: 9845760 |
Author: sualtring |
Hits: