搜索资源列表
利用Visual C++设计自己的资源浏览器
- Windows的资源管理器想必大家都用过,该程序的窗口一分为二,左边的窗口显示本机当前所有驱动器以及驱动器中的所有文件夹,当用户单击文件夹后,如果该文件夹下面还有子文件夹,则上层文件夹展开显示下级的文件夹;否则,右边的窗口显示选择文件夹下的文件。那么这个程序是如何实现的呢?为了说明这个问题,本实例打造了一个简易的资源管理器,它实现了Windows资源管理器的主要功能,在显示文件的属性(如文件的文件名、文件的大小、文件的创建时间)的同时,还可以改变文件显示的方式,如大小图标方式、列表方式等。对于V
tab_checklistbox_demo.zip 每项带一CheckBox的列表框
- 每项带一CheckBox的列表框,The listbox which contains a checkbox with each item
FavorList_src.zip
- 选项为超级链接的列表框,the listbox which selection item is hyperlink
ColorListBox_Sample.zip
- 自绘列表框,能在ListView中显示彩色的内容,Since the draw list box in the ListView to display the contents of color
mp3bofangqi.rar
- 利用Visual C++6.0实现mp3播放器的全过程,基本功能有加入文件、加入目录、播放列表、歌曲控制、静音、音量设置、歌曲列表、滚动字幕,Visual C++6.0 to use mp3 player to achieve the whole process of the basic functions were added to the file, add directories, play lists, song control, mute, volume settings, song
Sky
- “Sky试验测试与控制系统软件”用于工业控制系统的数据采集、解析、分析和保存,可以读取PCI、RS232、USB、CAN总线数据,将参数以曲线、列表和数码管等不同方式显示。 测控系统目前支持的设备有:RS232串行设备,研华PCI系列采集卡,周立功系列CAN分析仪,ASCL高速CAN采集仪,USB7310数据采集卡等。通过接口扩展,该系统可以支持任意用于计算机的Windows系统下的采集设备。 测控软件采用高精密定时系统,定时精度为1ms,曲线最高显示频率为1K,数据采集频率不限,取决于采集设备
BtnList_demo
- 按钮列表。列表内的项是按钮-button list
MP3Player
- 完整的MP3播放器源码。包括列表窗口,音频特性调整功能,仿照winamp。支持换肤。- Complete MP3 player source code. Including tabulates the window, the audio frequency characteristic adjustment function, imitates winamp. The support trades the skin.
C
- 获得所有窗口的窗口名.txt 得到光标在屏幕上的位置 .txt 关闭计算机 .txt 获得IP和Mac地址 .txt 获得局域网中计算机的列表.txt 获得网卡真实MAC地址的四种方法.txt 杀死进程的代码.txt c#调用声音函数.txt 从Internet上抓取指定URL的源码的方案.txt asp.net中上传文件到数据库.txt 使用Visual C#实现断点续传.txt 窗体实现安全线程.txt C#如何操作XML文件.txt 操作
win32proc
- 得到所有进程列表的程序-The app of getting all the processes
EnumProcessTest
- 使用psapi和toolhelp两种方式实现的显示进程列表程序- Uses psapi and the toolhelp two ways realizations demonstration advancement tabulates the procedure
ImageLB_demo
- 选项为一ImageList对象各项的列表框-ListBox which selecting items is equal to items of an imageList object
liebiaokuang_zhuagngzai_cipanwenjian
- 用 Visual C++.Net (VC.net) 编写的 如何在列表框中自动装载磁盘文件列表 的演示程序,在Visual C++.Net 2003下运行正常。程序很简单,注释详细。为初学者学习交流使用。有需要的朋友可以下载看看!-Using Visual C . Net (VC.net) prepared a list of how to box automatically load the disk file list of the demo program in Visual C
DemoandSrc
- mfc下一个grid的实现,可以参照写出复杂的列表功能,作为示例提供-mfc realization of a grid, you can write with reference to the list of complex functions, as an example to provide
c
- 如何使用visual C++ 获取网上邻居列表-get the list of Network Neighborhood
YSChat2.0
- YSChat2.0视频会议主要功能: 1、实现多人在线视频,画面清晰流畅。 2、多人语音聊天。 3、多人共享电子白板,即画即现。 4、多人文字聊天。 5、文件发送 6、远程播放录像 在YSChat1.0基础上,增加和修复下面的功能: 1、美化界面,增加xp皮肤,解决了音量滑杆的皮肤问题。 2、增加了文件传输功能。在用户列表中选中用户并点击鼠标右键->发送文件->选择文件并确定后便可以发送。 3、增加了文字聊天的字
visual-CPP-6.0-LIST-APPLICATION
- 该源文件主要是针对visual C++6.0控件箱中的list控件的一些特性练习,通过建立一个包含列表控件的对话框,连了解列表控件的使用-The source file for the control box in visual C++6.0 list some of the characteristics of the control practice, through the establishment of a dialog box that contains a list of cont
Visual-CPP(09-10)(1)
- 很实用的C++例程,基于Visual c++6.0平台,包括图像列表控件和树视图控件的运用-Very practical c++ routines, based on Visual C++ 6.0 platform
visual c++资源合集
- MFC自绘控件,包括对话框,按钮,列表框等几乎MFC的所有基本控件(MFC drawing control, including dialog box, button, list box, almost all of the basic controls MFC)
C#创建对象列表(List)的不同方法
- 玩转C#可有趣了。在这篇文章中,我们将介绍如何用不同的方法创建对象列表。因此,场景是这样的,有一个MVC应用程序,我需要将5个空行(5个对象列表)绑定到grid表格,以便批量插入记录。所以无论何时我打开那个页面,grid在可编辑模式下呈现5个空行。(Fun C # can be fun. In this article, we show you how to create a list of objects in different ways. So, the scene is this, wi