搜索资源列表
coscilloscopectrl_src
- Recently, one of the projects that I m working on required showing some variable data, like signal strength, signal to noise ratio etc. As usual, I dived into Code Project, confident that I ll find a solution. I did find some, as expected, but unfort
coscilloscopectrl_demo
- Recently, one of the projects that I m working on required showing some variable data, like signal strength, signal to noise ratio etc. As usual, I dived into Code Project, confident that I ll find a solution. I did find some, as expected, but unfort
CustomHeader.zip
- C# 要实现ListView的各行各列重绘是一件很麻烦的事情,最近就确定要实现一个功能需求,在一个ListView各行的第二列(Details模式)加入一个小图标。之前已经领教过ListView的设置,要开启重绘ListView各行,就必须重载它的OnDrawSubItem,但是ListView默认是不会执行你重载的OnDrawSubItem事件的,除非你把它OwnerDraw设置为true,即打开由用户控制绘图模式。然而让人抓狂的是,OwnerDraw=true后,整个ListView的Ite
listviewfillingdynamicallyvb
- 这个代码利用了两个可复用的C++类:CXTOutlookBar 和 CXTPagerCtrl,用它们可以实现Outlook风格的用户界面,这两个类出自Codejock软件公司,是其产品Xtreme Toolkit的一部分。根据该公司的许可条款,任何人都可以不受限制地免费使用这两个类的源代码。 [代码性质] VC可重用代码段 [代码作者] NorthTibet [文件大小] 101K [更新日期] 2003-1-13 22:46:00 [下载次数] 19226
Virtual-Grid-Control
- vc++实现的虚拟grid控件。类似mfc的虚拟list control实现表格功能,但没有利用mfc封装的虚拟列表控件。如果需要,可自己进行更多扩展。-Virtual grid control implementation in visual c++. Like mfc s virtual list control, but implemented in different way. You can extend the control in source code if it s neces