搜索资源列表
listbox
- 实现列表框控件背景的变化,及添加\\删除条目-list box controls to achieve the background changes and add \\ delete entries
VCToAccess
- VC连接ACCESS的原代码 可对数据库进行添加删除操作,并且代码中有列表等界面编程可供参考-The VC resource code of handling ACCESS database. It can insert, delete in the database, and have some list interface.
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.
ExamOnline
- 网上考试系统 使用本系统,请按照以下流程操作: (1)首先在登录界面中单击“注册”按钮,注册用户名及密码。 (2)然后在登录界面中的“用户类型”下拉列表中选择“教职工”或“学生”,教职工为本系统管理员,学生则只可以进行考试操作。 (3)选择“教职工”,输入用户名tsoft及密码111,进入教师管理页面。 (4)在教师管理页面中实现了添加科目、试题、及查询学生成绩等功能,如图1.1所示。 图1.1 教师管理页面 (5)在“学生成绩查询”选项卡中,双击学生成绩信息可
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. 播放列表的各种操作 压缩包中还是此系统的软件工作文档,
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
ListBoxDemo
- 添加删除列表框的数据\ListBoxDemo\ListBoxDemo.rar,很不错的vc源码,希望对大家有所帮助。-Add to delete the list box data \ ListBoxDemo \ ListBoxDemo.rar, very good vc source, we want to help.
ZCX0070.0
- 基于对话框创建一个通讯录,实现如下功能: 1、创建一个欢迎界面后进入通讯录; 2、将通讯录的基本内容显示到Listctrl控件中比如包括(姓名,性别,家庭住址,电话等); 3、可以查询、修改、删除(删除列表控件所有内容)通讯录的信息; 4、可以将输入的通讯录按txt格式保存,打开; 5、光标放在按钮上时有提示信息; 6、将按钮控件设置成位图按钮; 7、给对话框添加背景图片。 8、界面美观,布局合理。 -Create a dialog-based address
address-book
- 简易的通讯录,能实现添加并列查找删除列表等功能。-Simple address book, able to add features such as parallel find the delete list.
AndroidSwipeLayout-master
- 侧划删除,包括列表,线性布局等等等,详细看代码(Side delete, including list, linear layout, and so on, see the code in detail)
超级列表框去重复
- 能筛选超级列表框中的重复的表项,并自动删除更新(You can filter duplicate table entries in the super list box and automatically delete updates)
多媒体播放器
- 可添加、打开、保存、删除列表等操作;在“模式”菜单中可设置播放模式。 播放歌曲时,在歌曲文件中自动查找与该文件名匹配的.lrc歌词文件,如果有,则在右侧的歌词窗口中显示歌词。(Can add, open, save, delete lists and other operations; in the mode menu, you can set the play mode. When you play a song, automatically find the.Lrc lyrics fil
mySlideListView
- android列表滑动删除,如果有需要的可以参考一下(Android list sliding delete, if necessary, you can refer to)
MediaPlayer
- 用C++编写的简单的流媒体播放器,可实现读取、播放、暂停、删除列表等功能(The simple streaming media player written in C++ can realize the functions of reading, playing, pause, delete list and so on)
tobawar
- phpBuns是一个用PHP编写的SQL查询和Web页面生成器,它可以生成查询和用于增中,编辑,删除,列表和从SQL数据库中检索数据的页面()
列表框(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.)