搜索资源列表
GETSYSTEMICON
- 获取WINDOWS自带的系统图标,可能显示在COMBOBOX控件中,也可显示在LISTVIEW控件中.
software_platform
- 该平台是免费开源的,使用该框架开发的程序可以不加修改的运行在Windows和Linux 以及Symbian等系统上。该软件使用C++编写,使用面向对象的开发方法,用户可以通过阅读该源码来学习C++编程、面向对象编程技术,以及框架程序 的设计和开发。该框架还实现了很多UI控件,比如Button, ListView, TreeView等等。-The platform is free open-source program, using the framework developed can be u
listview
- VC++设置列表控件的背景图片,背景图片丢失了,因此可能看不到背景图片,有需要的可拿去修改下就能用了。VC++增加控件的背景色源代码。-VC++ set list control background picture, background picture is lost, and therefore do not see the background image can take to modify in need will be able to use. VC++ to increase t
ListView
- VB使用ListView控件改进一个文件浏览器的功能,使其变为“增强版”,将文件的标题、列表项目序号、文件大小,创建时间等属性信息都显示出来,核心代码:Me.Top = (Screen.Height - Me.Height) / 2窗体位置在屏幕中间,以下代码为ListView1添加标题栏: ListView1.ColumnHeaders.Add , , "文件名称", ListView1.Width / 3, 0 第一个标题栏是"文件名称",长度为ListView1宽度的三
GetProcess
- 获取系统中所有进程的列表,显示到ListView控件中-Get a list of all processes in the system, showing the ListView control
0500571
- 利用TreeView和ListView控件实现了资源管理器的界面()
qtDrop
- qt开发 listview控件拖拽实现例子,dragMoveEvent dropEvent mouseMoveEvent(QT listview control drag and drop implementation example)