搜索资源列表
《QQ列表精灵》源代码分析!公布
- 根据“腾讯QQ”的“oicq2000.cfg”文件的漏洞,制作的可以更改,编辑,删除登陆列表的程序,并且可以里面的信息得到自动登陆的密码。-under the "QQ" "oicq2000.cfg" document of the loopholes can be produced by the changes, edit, delete the list of landing procedures, as well as inside informati
DeleteMesgList
- 用asp发送即时消息的删除列表模块,有用的专业代码-used to send instant messages to delete the list of modules, useful professional code
Test_OptionList
- VC++6.0环境下使用列表框的演示程序,包括添加列表项,删除列表项,以及修改列表项,适合于初学者.-use of the display box procedures, including links to add items, delete items list, and the amendment of the list items, suitable for beginners.
ListBoxDemo
- 添加删除列表框的数据\ListBoxDemo,很不错的vc源码,希望能对大家有所帮助-Add to delete the list box data \ ListBoxDemo, very good vc source, I hope you can help
Notepad
- 在EVC下的记事本程序,输入法为自己写的拼音输入法,程序速度不是很快。支持文件列表功能,支持新建,打开,保存,删除文件。支持文本读取,支持换行翻页功能。-In the EVC of the Notepad program, the input method for their own writing Pinyin input method, the program speed is not fast. List of features supporting documents to suppor
ExamOnline
- 网上考试系统 使用本系统,请按照以下流程操作: (1)首先在登录界面中单击“注册”按钮,注册用户名及密码。 (2)然后在登录界面中的“用户类型”下拉列表中选择“教职工”或“学生”,教职工为本系统管理员,学生则只可以进行考试操作。 (3)选择“教职工”,输入用户名tsoft及密码111,进入教师管理页面。 (4)在教师管理页面中实现了添加科目、试题、及查询学生成绩等功能,如图1.1所示。 图1.1 教师管理页面 (5)在“学生成绩查询”选项卡中,双击学生成绩信息可
QQ
- 只实现了发送功能,添加和删除列表没有实现。 add和delete上面的field输入当地主机。-Send only a function to add and remove list did not materialize. add and delete input field above the local host.
PictureList
- 头像列表控件,QICQ中的头像列表,你见过吧,本控件实现一样的功能。 你可以自由添加删除列表类,向列表类添加删除列表项,支持事件操作! 可以定义列表类按钮正常、指向、鼠标按下时显示的图片,滚动条的图片! 例子里面包含有详细的注释-Head the list of controls, QICQ head of the list, you' ve seen it, the control function to achieve the same. You are free t
MusicPlayer
- 实现音频文件播放,暂停,前进,后退,播放列表,添加单个文件,及文件夹到播放列表,删除播放列表,播放时间显示,滑块控制等。-Achieve the audio file play, pause, forward, backward, play list, add a single file, and folder to the playlist, delete playlist, play time display, slider control.
NeusoftMediaPlayer
- 本系统的功能主要包括:监视目录、主界面操作、图片文件播放、音频/视频文件播放。 1. 设定要监视的本地目录,在目录内有媒体文件的增加、删除、修改功能,更新目录文件信息。 2. 本地设定目录中包含音频文件的浏览和播放(需要支持mp3/wma)。 3. 本地设定目录中包含图片文件的浏览、预览和播放(需要支持jpg/png/bmp)。 4. 本地设定目录中包含视频文件的浏览和播放(需要支持wmv/avi/asf)。 5. 播放列表的各种操作 压缩包中还是此系统的软件工作文档,
mci1
- 用WIN32做的音乐播放器,我自己做的,能实现播放、暂停、停止、删除列表、添加文件、添加文件夹等功能-music player programmed by VC++ WIN32
TinyRAT[D]
- 功能需求: [1]------------------------------------------- 1.进程插入,反向链接,穿防火墙,自安装 [2]------------------------------------------- 管理功能: File Manager: 1.获取磁盘 2.获取目录中的文件列表与文件夹列表 3.删除文件 4.新建文件夹 5.删除文件夹(必须文件夹是空的才可以完全删除文件夹-以后增加递归删除所有文件功能)
deleteitems
- 本程序删除列表元素的方法做了详细的介绍,还有源代码 可已进行参考-Delete element
biyesheji
- Dim i As Integer With ListView1.ListItems.Add() .Text = Text1(0) For i = 1 To 4 .SubItems(i) = Text1(i) Next i End With End Sub Private Sub Command2_Click() ’删除列表框中信息 If ListView1.ListItems.Count > 0 Then If Msg
ListBoxDemo
- vc 添加删除列表框的数据\ListBoxDemo 的程序源码-vc add remove list box data \ ListBoxDemo the program source code
ListBoxDemo
- vc——添加删除列表框的数据\ListBoxDemo-vc- Add to delete the list box data \ ListBoxDemo
超级列表框去重复
- 能筛选超级列表框中的重复的表项,并自动删除更新(You can filter duplicate table entries in the super list box and automatically delete updates)
超级列表框数组比对
- 超级列表框与数组比对,数组有超级列表就添加,数组没有超级列表就删除,数据变化就修改超级列表框内容(Super list box and array comparison, array has super list to add, array without super list to delete, data changes to modify the super list box content)
(水平滑动删除)SwipeMenuListDemo
- Android开发,水平滑动删除列表项,亲测可用。(Horizontal sliding delete list item)
列表框(ListBox)操作方法 - VB.NET版
- 这个程序显示了VB.NET列表框操作方法,比如,复制,粘贴,删除,上下左右移动,还有系统剪贴板调用。(This program shows VB.NET list box operation methods, such as copy, paste, delete, move up and down left and right, and system clipboard calls.)