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

Search list

[OS programresedit

Description: visual c++ , resource edit
Platform: | Size: 22523 | Author: sss | Hits:

[EditBoxEDIT

Description: 这是一个封装好编辑框类,欢迎大家使用!有不对的欢迎指正!
Platform: | Size: 28715 | Author: 33 | Hits:

[Multimedia programMP3解压程序源代码

Description: MPEG Layer 3 (and 2 and 1, and MPEG 2) decoder for Cool Edit
Platform: | Size: 147576 | Author: 关小寸 | Hits:

[ADO-ODBCgrid

Description: 编辑数据库表格,可以显示图形及打印-edit database forms, and can display graphics print
Platform: | Size: 211485 | Author: 罗好力 | Hits:

[Compress-Decompress algrithmsml0310_1

Description: 可编辑乐曲演奏器的实现-edit music concert with the realization
Platform: | Size: 8756 | Author: wang | Hits:

[Fractal programcompute graphics intract graphics

Description: 图形的交互绘制用鼠标交互式的对点和线段进行生成与编辑。 1、分发WINDOW鼠标左键按下、左键抬起和鼠标移动消息, 使实现生成点、编辑点、生成线段和编辑线段的功能函数能够接收到消息。 2、实现“查看”菜单中的“生成点”功能。 3、实现“查看”菜单中的“编辑点”功能。 4、实现“查看”菜单中的“生成线段”功能。 5、实现“查看”菜单中的“编辑线段”功能。-interactive graphics in the interactive drawing with the mouse to point and the line for generating and editing. A distributed WINDOW press the left mouse button, and holding the mouse button mobile messaging, achieving generate, edit, generate and edit segments of the line-function to receive information. 2, the realization of the "View" menu "to generate" feature. Three to achieve "View" menu "Edit Point" feature. 4 achieve "View" menu "Generation segment" feature. 5, realizing the "View" menu "editorial line" feature.
Platform: | Size: 1905715 | Author: 刘晓蕊 | Hits:

[WEB Codeedit

Description: 一个记事本的源代码,学习java的好东西-a diary of the source code to learn the good things java
Platform: | Size: 10594 | Author: 曾石 | Hits:

[GUI DevelopNewTon_VB

Description: 二次牛顿插值 对flexgrid 单元格可编辑-right flexgrid cells can edit
Platform: | Size: 6638 | Author: 阿宇 | Hits:

[ListView/ListBoxGoodListBox

Description: 可以编辑复杂内容的LIST控件,VC源码。-can edit the contents of the complex LIST controls, VC source.
Platform: | Size: 35360 | Author: 李文水 | Hits:

[Multimedia program超级播放器全部代码

Description: 超级播放器 -- 软件特点 -- 功能齐全 操作简便 绿色环保 -- 功 能 -- 点歌台 曲目搜索, 歌词静态、动态显示与歌词编辑 可播放多种音、视频文件 支持MP3信息显示 背景图片更换 音量调节,左右声道切换 方便看多声道视频文件 播放列表 支持文件拖放 多种播放顺序选择 选择文件夹,自动搜寻音、视频文件 同时进行多文件更名,文件删除 方便曲目调整顺序 ... -super player -- software features -- fully functional simple green -- Function -- Taiwan parlors search program, the lyrics of the static, dynamic display and edit the lyrics can play a variety of audio and video file support MP3 information display background images replacement volume, about Voice Road switches can facilitate multi-channel video playlist support multiple file drag-and-drop sequence of Choice broadcast folder, automatic search for audio and video files simultaneously over documents renamed, deleted documents order to facilitate adjustment program
Platform: | Size: 579603 | Author: 黄飞 | Hits:

[GUI Develop2004121390121

Description: 漂亮的编辑框 非常好看的EDIT控件-beautiful edit box very pretty EDIT Controls
Platform: | Size: 42542 | Author: 猪猪 | Hits:

[Delphi VCLtrequi

Description: 一个报表控件TRepoEdit,它和QuickReport结合起来可以让用户修改编辑报表的格式-a statement TRepoEdit control, and it QuickReport combination allows users to edit statements for the format
Platform: | Size: 191915 | Author: 火枪手 | Hits:

[Editorwenbenbianjiqi

Description: 文本编辑器的功能可模仿EDIT。文本编辑器的功能如:插入、删除、修改、光标移动。块操作有:剪切、拷贝、删除、粘贴等。文件操作有:打开、关闭、保存、另存等。还有菜单功能、帮助信息和鼠标操作等。难点是:1、文件的管理;2、鼠标功能与文本编辑和块操作的连接。-text editor functions replicable EDIT. The text editor features such as : insertion, deletion, modification, the cursor movement. Block operation are : Cut, copy, delete, such as glue. File operations : open, closed, preservation, etc. Save. The menu also features, the information and mouse operation. Difficulty : 1, document management; 2, mouse functions with a text editor and block operation of the link.
Platform: | Size: 110955 | Author: 杜跃 | Hits:

[Windows Developflex_grid_src

Description: 可以编辑网格内容的Flex Grid控件-can edit the contents of the grid Flex Grid Control
Platform: | Size: 32047 | Author: 刘华惠 | Hits:

[JSP/Java例8.07 文件编辑器

Description: 一个java编写的文件编辑器,可以进行文件浏览和编辑-a paper prepared by the editor, can view and edit documents
Platform: | Size: 5390 | Author: 李白 | Hits:

[File OperateReadFile

Description: 打开一个TXT文件并显示在EDIT控件中 步骤: 1.新建一个基于对话框的工程,名称为ReadFile 2.在界面上添加一个按钮(IDC_BUTTON1)和一个文本编辑(IDC_EDIT1) IDC_EDIT1的属性:多行、可下拉滚动条. 3.编辑按钮触发事件(void CReadFileDlg::OnButton1()) void CReadFileDlg::OnButton1() { // TODO: Add your control notification handler code here CString sFileFilter=\"*.hex|*.hex\" CString sFileName CFileDialog fDlg(true,NULL,NULL,OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT,sFileFilter,NULL) fDlg.DoModal() sFileName=fDlg.GetFileName() if(sFileName!=\"\") { CFile file(sFileName,CFile::modeRead) int nFileLength=file.GetLength() char *buffer HGLOBAL hgl=::GlobalAlloc(GMEM_MOVEABLE,nFileLength+1) buffer=(char *)::GlobalLock(hgl) file.Read(buffer,nFileLength) SetDlgItemText(IDC_EDIT1,buffer) ::GlobalUnlock(hgl) ::GlobalFree(hgl) } UpdateData(false) }
Platform: | Size: 26089 | Author: 这程子 | Hits:

[Email ClientMagicMail

Description: MagicMail发匿名信的程序源代码。 英文简介: MagicMail is an simple anonymous mailer. You can use it to send email without logging into an account. It uses the Winsock control in VB. So you need Mswinsck.ocx to be in your system directory. I have included the source code for it. It uses SMTP relaying to send the message to any e-mail address from any email address. I am also including lists of SMTP servers. If you manually edit the server list, each entry should be in the format \"servername\",\"port\".
Platform: | Size: 39587 | Author: yjn | Hits:

[Anti-viruspav

Description: pav 反病毒源码 /*************************************************************************** * * * File: ANTI-VIRUS * * Function: This program demostrating file anti-virus managment * * * * Author: Long Yun Liang * * First edit: 1995,3,10 * * Last edit: 1996,11,5 All Rights Reserved * * * * * ***************************************************************************/
Platform: | Size: 3248 | Author: liuyw | Hits:

[EditBoxedit

Description: < visual c++ 6.0 开发指南>> 编辑框控件编程参考
Platform: | Size: 29509 | Author: 林荣丰 | Hits:

[Other resourceScrollBmpUse_CE_OK

Description: WINCE 6 BMP EDIT BASED ON VS2005 CE6
Platform: | Size: 1307358 | Author: 林如严 | Hits:
« 1 2 ... 44 45 46 47 48 4950 »

CodeBus www.codebus.net