搜索资源列表
TextChkEDIT
- 很完善的文本编辑器,可再文档中添加ActivaX对象、改变文字颜色、字体等尤其具有Undo/Redo和拼写检查功能 -perfect text editor, you can add ActivaX document object, changing text colors, fonts, etc. particularly Undo / Redo and spelling checker
TextBoxmyj2
- 禁止在TextBox中输入 作者:土人 方法一:(有光标闪烁,输入、删除等操作无效) Text1.Locked = True 方法二:(无光标闪烁,不能输入、删除,界面变色、文字反白) Text1.Enabled = False 方法三:(有光标闪烁,可删除,不能输入) 此法用两个API函数,略为复杂些。请在标准工程添加两个按钮和一个文本框:-TextBox which prohibits the importation Author
EasyTxtD
- 多txt文件修改器,可以像多个txt文件中添加文字等功能-Txt file modifier
VCWORD
- 用VC 操作word 包括自动打开word 添加文字 推出word等 -Word with the VC operation, including introduction of open automatically add text to word and other word
PBExcel
- PB操作EXcle的介绍 如何用PB程序在excel画表格边框线,如何改变文字大小 1.创建Excel对象 eole=CREATEOBJECT(′Excel.application′) 2.添加新工作簿 eole.Workbooks.add 3.设置第3个工作表为激活工作表 eole.Worksheets(″sheet3″).Activate 4.打开指定工作簿 eole.Workbooks.Open(
shuomingshu-12312
- 用C++编写的 自动打开WORD文档的程序,可以在文档中添加自动生成的文字-The program automatically open a WORD document written with C++ automatically generated, can be added to the document text
imgintoword
- 1.导入word前需要提前把items.wil图片导出到一个文件夹. 2.示例表格中的文字是自己添加的. 3.专用性较强,但是可以提供一个思路. 4.编译环境为DELPHI2007,无三方控件.-1 before the need to import word items.wil advance to export pictures to a folder. 2 is an example of text in tables add their own 3. Dedicated st
WinPCK-v1.20.7
- 这是完美游戏公司的游戏pck文件查看工具的源代码,可以解压,添加文件,创建pck,重建,查看包中的图片、文字等-This is the perfect game company game PCK file to see the source code, you can extract, add files, create PCK, rebuild, view the package of pictures, text, etc.
QtOffice
- 使用QT操作Excel和word的类 Excel 只支持读取操作 Wrod 支持向指定书签处插入文字,图片和表格 使用前需要添加 qt axcontainer-USE Qt to operate excel and word. Excel can only read, word can insert word or image or table at bookmark。 before use,add axcontainer at QT