搜索资源列表

  1. Control-operator

    0下载:
  2. VC常用控件操作,包括Picture、CheckBox、Radio、Combo、ListBox、进度条、滑动块、ListCtrl、日期、TreeCtrl、TabCtrl等。-VC common control operations, including Picture, CheckBox, Radio, Combo, ListBox, the progress bar, a sliding block, ListCtrl, TreeCt
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-12
    • 文件大小:173056
    • 提供者:独闯天涯
  1. csharpgetnetname

    0下载:
  2. C#获取网络主机名,可以查出域名解析信息,根据IP查找域名,由字符串获得IP地址:IPAddress ipAddress = IPAddress.Parse(ip.Text) 再由IP地址获得主机的DNS信息:IPHostEntry hostInfo = Dns.GetHostByAddress(ipAddress) 获取与主机关联的别名列表:string[] alias = hostInfo.Aliases 获取主机的 DNS 名称,
  3. 所属分类:C#编程

    • 发布日期:2024-05-12
    • 文件大小:8192
    • 提供者:ypudn84
  1. readData

    0下载:
  2. C#用OleDbConnection读取数据库内容,先实例化OleDbConnection对象、OleDbDataAdapter对象和DataSet对象,然后用myConn.Open() 打开数据库,使用myCmd.Fill把数据读取到数据集合中,然后再从从数据集合中读取第一张表的数据,再使用foreach从表中一行一行读取数据,并写到listBox框中,最后使用myConn.Close() 关闭数据库连接。-C# utilizando
  3. 所属分类:C#编程

    • 发布日期:2024-05-12
    • 文件大小:13312
    • 提供者:ypudn97
  1. tableInfo

    0下载:
  2. C#读取数据列属性,先来实例化OleDbConnection对象,实例化OleDbDataAdapter对象,实例化DataSet对象,打开数据库,把数据读取到数据集合中,使用DataTable dTable = dtSet.Tables[0] 从数据集合中读取第一张表的数据,从表中读取列的属性,并写到listBox框中,最后别忘了关闭数据库连接-C# leer propiedades de la columna de datos, e
  3. 所属分类:C#编程

    • 发布日期:2024-05-12
    • 文件大小:13312
    • 提供者:rpudn2
  1. WPF-cascade-binding

    0下载:
  2. 利用WPF实现各种级联绑定操作 包括使用下拉框组合级联 LIstbox级联 和textbox级联-WPF binding operation to achieve a variety of Cascade
  3. 所属分类:C#编程

    • 发布日期:2024-05-12
    • 文件大小:63488
    • 提供者:lucy
  1. list2

    0下载:
  2. C# listbox application. This program is a software for two swap of listbox -C# listbox application. This program is a software for two swap of listbox
  3. 所属分类:.net编程

    • 发布日期:2024-05-12
    • 文件大小:36864
    • 提供者:deneme
  1. Find-Max-and-Min-in-multiy-Window-VCPP6(Dialog).r

    0下载:
  2. hi,this sowtware show to use listBox and how to exchange data in windows.
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-05-12
    • 文件大小:1819648
    • 提供者:jelly
  1. autosize

    0下载:
  2. VB自动缩放窗体内控件,作者: NICK PATEMAN。适用于VB6.0环境,以前你可能需要写入很多缩放窗体内控件的代码,现在仅仅需要一句代码即可搞定,你只要在要缩放的控件的TAG属性值里设置标志,然后使用下面的语句即可。可对窗体内的TextBox、ComboBox、ListBox、STRETCHALL等控件自由缩放,请参见源码实例-VB automatically zoom window controls in vivo, the
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:10240
    • 提供者:cpudn57
  1. telnumber

    0下载:
  2. 电话簿新版VB,仿QQ窗口风格,竖向布局的窗口,为了省事使用了两个界面控件:XPHScroll.ocx 和 XPVScroll.ocx,可导入通讯录格式的文件,功能不是太多,不过界面方面也有借鉴的地方,对VB界面编程有帮助  XPScroll滚动条控件有蓝色、翠绿、银色三个版本。基于内部控件VScroll和HScroll基础构建,具备VScroll和HScroll的基本特性,并支持键盘方向键和PageUP、PageDown键,可以完全取
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:316416
    • 提供者:gpudn45
  1. ListBoxNew

    0下载:
  2. ListBox自绘,给ListBox添加背景图片,非常不错-ListBox from painting, add a background image to ListBox, very good
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-05-12
    • 文件大小:120832
    • 提供者:wangqm
  1. ListBoxSelectDlg

    0下载:
  2. Listbox初学者使用方法,非常不错,值得下载-The use of Listbox usage, suitable for beginners to understand, not very much.
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-05-12
    • 文件大小:102400
    • 提供者:wangqm
  1. AdvListBoxUnits

    0下载:
  2. 增强型ListBox控件,支持行背景和焦点颜色变化,行位置支持图片。-Enhanced ListBox control, and focus support line background color changes, row position to support the picture.
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:chenyingrui
  1. CTRLTEST

    0下载:
  2. VC++自定义的CTRL控件包括按钮CList等代码实例,这些控件中包括了一些带图像的动态按钮、带颜色的ListBox、以及一些自定义的菜单等,这些小控件对窗体美化来说比较有用,如果你是VC编程新手,这些例子是有必要学习一下的-VC++ CTRL custom controls including buttons CList and other code examples, these controls include a number
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:51200
    • 提供者:gpudn48
  1. ListBox1

    0下载:
  2. 一个类似VisualStudio样式的VC++ ListBox列表框类,只有类代码,没有实例,想用的自己研究下,不多介绍了,是早两年写的类。-A similar VisualStudio style of vc++ ListBox list box class, only the type of code, there is no instance, want to use their research, few are introdu
  3. 所属分类:C#编程

    • 发布日期:2024-05-12
    • 文件大小:16384
    • 提供者:王珂
  1. sjk001

    0下载:
  2. 60万条数据用超级列表框快速(小于1秒)显示-600000 Super listbox data fast (less than 1 second) to display
  3. 所属分类:易语言编程

    • 发布日期:2024-05-12
    • 文件大小:285696
    • 提供者:束hzcs
  1. CSharplistbox

    0下载:
  2. C#开发的,重绘windows的listbox控件,开发环境vs2005,欢迎大家下载使用-C# development, windows redraw the listbox control, development environment vs2005, welcome to download
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-05-12
    • 文件大小:226304
    • 提供者:绝影
  1. bin

    0下载:
  2. listbox增添条目并循环显示所有条目-listbox Add item
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:5120
    • 提供者:almas
  1. Delphi_040631

    0下载:
  2. 一般情况下,ListBox的滚动条是默认不显示的,有些是根据内容自动显示的,本例将为TListBox组件强制添加一个水平方向的滚动条。为了更好的演示,窗体上有一个按钮可以控制滚动条的添加,你只需点击一下按钮,即可添加滚动条。 -Under normal circumstances, ListBox scroll bar is not displayed by default, some are automatically displ
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:8192
    • 提供者:4FTK1GG
  1. Delphi_588666

    0下载:
  2. 一个由Delphi新手写的ListBox应用实例,让ListBox左右互相交换数据,从左边双击选择后右边显示内容,反之也可从右边向左边添加、删除数据,我觉得这是一个很实用的组件应用,特别是初学Delphi的朋友,你可不要错过这个例子哦。 -A Delphi application examples from the ListBox new handwritten let ListBox to exchange data with e
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:7168
    • 提供者:76ZMO8D
  1. Lesson2

    0下载:
  2. Menggunakan komponen input (edit, memo, combobox, listbox, radiobutton, checkbox, scroll bar)
  3. 所属分类:软件工程

    • 发布日期:2024-05-12
    • 文件大小:107520
    • 提供者:jepikun
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org