CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 删除列表

搜索资源列表

  1. listbox

    0下载:
  2. 实现列表框控件背景的变化,及添加\\删除条目-list box controls to achieve the background changes and add \\ delete entries
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:311408
    • 提供者:赵紫琼
  1. VCToAccess

    0下载:
  2. VC连接ACCESS的原代码 可对数据库进行添加删除操作,并且代码中有列表等界面编程可供参考-The VC resource code of handling ACCESS database. It can insert, delete in the database, and have some list interface.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:36442
    • 提供者:刘海卫
  1. Test_OptionList

    0下载:
  2. 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.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:30133
    • 提供者:原盘风
  1. ExamOnline

    0下载:
  2. 网上考试系统 使用本系统,请按照以下流程操作: (1)首先在登录界面中单击“注册”按钮,注册用户名及密码。 (2)然后在登录界面中的“用户类型”下拉列表中选择“教职工”或“学生”,教职工为本系统管理员,学生则只可以进行考试操作。 (3)选择“教职工”,输入用户名tsoft及密码111,进入教师管理页面。 (4)在教师管理页面中实现了添加科目、试题、及查询学生成绩等功能,如图1.1所示。 图1.1 教师管理页面 (5)在“学生成绩查询”选项卡中,双击学生成绩信息可
  3. 所属分类:Other systems

    • 发布日期:2017-05-18
    • 文件大小:4759789
    • 提供者:黄志坚
  1. MusicPlayer

    0下载:
  2. 实现音频文件播放,暂停,前进,后退,播放列表,添加单个文件,及文件夹到播放列表,删除播放列表,播放时间显示,滑块控制等。-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.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3815395
    • 提供者:haoyy
  1. NeusoftMediaPlayer

    0下载:
  2. 本系统的功能主要包括:监视目录、主界面操作、图片文件播放、音频/视频文件播放。 1. 设定要监视的本地目录,在目录内有媒体文件的增加、删除、修改功能,更新目录文件信息。 2. 本地设定目录中包含音频文件的浏览和播放(需要支持mp3/wma)。 3. 本地设定目录中包含图片文件的浏览、预览和播放(需要支持jpg/png/bmp)。 4. 本地设定目录中包含视频文件的浏览和播放(需要支持wmv/avi/asf)。 5. 播放列表的各种操作 压缩包中还是此系统的软件工作文档,
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:9222132
    • 提供者:陈春
  1. deleteitems

    0下载:
  2. 本程序删除列表元素的方法做了详细的介绍,还有源代码 可已进行参考-Delete element
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:20286
    • 提供者:宗佳龙
  1. biyesheji

    0下载:
  2. 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
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:2162
    • 提供者:张飞
  1. ListBoxDemo

    0下载:
  2. vc 添加删除列表框的数据\ListBoxDemo 的程序源码-vc add remove list box data \ ListBoxDemo the program source code
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-03
    • 文件大小:27739
    • 提供者:
  1. ListBoxDemo

    0下载:
  2. vc——添加删除列表框的数据\ListBoxDemo-vc- Add to delete the list box data \ ListBoxDemo
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-01
    • 文件大小:29158
    • 提供者:方林平
  1. ListBoxDemo

    0下载:
  2. 添加删除列表框的数据\ListBoxDemo\ListBoxDemo.rar,很不错的vc源码,希望对大家有所帮助。-Add to delete the list box data \ ListBoxDemo \ ListBoxDemo.rar, very good vc source, we want to help.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-29
    • 文件大小:30659
    • 提供者:
  1. ZCX0070.0

    0下载:
  2. 基于对话框创建一个通讯录,实现如下功能: 1、创建一个欢迎界面后进入通讯录; 2、将通讯录的基本内容显示到Listctrl控件中比如包括(姓名,性别,家庭住址,电话等); 3、可以查询、修改、删除(删除列表控件所有内容)通讯录的信息; 4、可以将输入的通讯录按txt格式保存,打开; 5、光标放在按钮上时有提示信息; 6、将按钮控件设置成位图按钮; 7、给对话框添加背景图片。 8、界面美观,布局合理。 -Create a dialog-based address
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-19
    • 文件大小:5373416
    • 提供者:祝玉磊
  1. address-book

    0下载:
  2. 简易的通讯录,能实现添加并列查找删除列表等功能。-Simple address book, able to add features such as parallel find the delete list.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1675
    • 提供者:司马铃薯
  1. AndroidSwipeLayout-master

    0下载:
  2. 侧划删除,包括列表,线性布局等等等,详细看代码(Side delete, including list, linear layout, and so on, see the code in detail)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:186368
    • 提供者:hx0107
  1. 超级列表框去重复

    0下载:
  2. 能筛选超级列表框中的重复的表项,并自动删除更新(You can filter duplicate table entries in the super list box and automatically delete updates)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:不说,
  1. 多媒体播放器

    0下载:
  2. 可添加、打开、保存、删除列表等操作;在“模式”菜单中可设置播放模式。 播放歌曲时,在歌曲文件中自动查找与该文件名匹配的.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
  3. 所属分类:多媒体编程

    • 发布日期:2017-12-29
    • 文件大小:1215488
    • 提供者:leonwzy
  1. mySlideListView

    0下载:
  2. android列表滑动删除,如果有需要的可以参考一下(Android list sliding delete, if necessary, you can refer to)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:1260544
    • 提供者:ningmengshu
  1. MediaPlayer

    0下载:
  2. 用C++编写的简单的流媒体播放器,可实现读取、播放、暂停、删除列表等功能(The simple streaming media player written in C++ can realize the functions of reading, playing, pause, delete list and so on)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:4668416
    • 提供者:杨叔叔
  1. tobawar

    0下载:
  2. phpBuns是一个用PHP编写的SQL查询和Web页面生成器,它可以生成查询和用于增中,编辑,删除,列表和从SQL数据库中检索数据的页面()
  3. 所属分类:Internet/IE编程

    • 发布日期:2018-04-20
    • 文件大小:1835008
    • 提供者:Natagse
  1. 列表框(ListBox)操作方法 - VB.NET版

    2下载:
  2. 这个程序显示了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.)
  3. 所属分类:.net编程

    • 发布日期:2019-05-20
    • 文件大小:228352
    • 提供者:DarknightCaen
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com