搜索资源列表
CCheckList(DCMdisplay).rar
- 列表框顺序显示DICOM图片,DICOM图片数量没有限制,还可选中图片,The order of the list box display DICOM images, DICOM does not limit the number of picture can be selected picture
GridCtrl
- 继承MFCListCtrl, 可编辑的列表框,在列表中可以包括编辑框Edit, 下拉框ComboBox, 单选Radio, 复选CheckBox, IP地址IPAddressCtrl, 进度条(只能显示)-Inheritance MFCListCtrl, editable list box, you can include in the list edit box Edit, drop-down box, ComboBox, Radio Radio, check CheckBox, IP add
text04
- “数据记录框设计”。编写一个列表框应用程序,可以进行添加和删除数据记录:姓名、性别、年龄、电话号码、单位、住址、邮政编码,列表框用于显示对应某数据记录的姓名。-err
TreeCtrl
- 能自动遍历文件夹下文件,并将其显示到列表框中。-It can look for the files of the folder automaticlly and display the data to edit .
StackedWidget
- 堆栈窗口QStackedWidget类也是应用程序中经常见到的。在实际应用中,堆栈窗体多与列表框QListWidget及下拉列表框QComboBox配合使用。本程序实现堆栈窗体QStackedWidget类的使用,当选择左侧列表框中不同的选项是,右侧显示所选的不同的窗体。-The the stack the window QStackedWidget class is also an application often see. In practical applications, the st
Listbox
- VC++ 自定义的ListBox列表框控件,把功能扩展为点击列表框内任一值之后,立即响应所具备的功能,如本例中,当你点击Listbox下拉项中的某一项时,(项内对应的是颜色),右边的颜色框会显示出你所选的值,如果没有经过这么一些自定义的功能,列表框本身是不具备这项功能的,因此来说,学会自定义控件,对你的VC++编程还是大有好处的。 -VC++ 自定义的ListBox列表控件
AutoRestore
- 通过短信猫实现短信的自动回复,可以将接受的短信时间,号码和内容显示在列表框中,设置短信猫的端口号,授权码,并选择是否自动回复和设置回复内容-Cat realized via SMS auto-reply messages, text messages can be accepted time, number and content displayed in the list box, set the cat SMS port number, authorization code, and sel
高级图片浏览
- 选择一个文件夹后,列表框中列出包含所有的图片,可以不用选择,循环显示-choose a folder, list box list includes all the photographs, it is not necessary to choose, recycling show
vc_demo_classic
- CatListBox_src.zip CatListBox_demo.zip 这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip 一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。 CIVStringSet_Demo.zip CIVStringSet_Source.zip 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。
myhtml
- 该程序使用Webbrowser控件使得对话框显示/打开网页,并利用默认浏览器打开网页,功能列表如下: 1)对话框内部显示HTML网页. 2)利用默认浏览器打开网页. 3)利用程序中调用网页对话框打开网页.-The program makes use of webbrowser control dialog show/open web page, and use the default browser to open web pages, list of featur
1262523828
- VC 源代码 -------------------------------------------------------------------------------- CatListBox_src.zip CatListBox_demo.zip 这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip 一个简单的数字时钟程序,其中的date类派生于MFC
KTTerminal
- 一个用于模拟终端窗口的对话框,支持在列表框中采用不同的颜色进行显示。-Used to simulate a terminal window of the dialog box, and support in the list box of different colors to show.
MyQQClient
- Myqqserver 实现了一个聊天系统的服务器端,建立侦听套接字,建立连接套接字,动态隐藏与显示控件,使用列表框控件.该服务器是以本地IP的8000端口建立服务;而且本程序没有提供相应的设置接口,如需修改则可以程序中修改代码,再重新编译生成应用程序。-Myqqserver implements a server-side chat system, the establishment of listening socket, establish a connection socket, dyna
findfile
- 该代码演示了如何在列表框中显示出指定磁盘上的文件-The code demonstrates how in the list box shows that the specified disk file
MyQQServer
- 实现了一个聊天系统的服务器端,主要介绍建立侦听套接字,建立连接套接字,动态隐藏与显示控件 使用列表框控件等。 该服务器是以本地IP的8000端口建立服务;而且本程序没有提供相应的设置接口,如需修改则可以程序中修改代码,再重新编译生成应用程序。-it is a chat server
main_viewer
- 嵌入式Linux + GTK,用于阅读文本文件,可搜索一个指定目录下的所有文件,将显示在列表框中,并根据用户点击显示相应的文件内容。-Embedded Linux+ GTK, for reading text files, can search a specified directory of all the documents will appear in the list box, and in accordance with a user clicks on the correspondi
123
- 该软件的主要功能是用鼠标就能“写”出常用的汉字,所以用户界面包括: 编辑区:用户在客户区用鼠标写字。 字库区:系统在汉字库中找到匹配的汉字,按照相似概率排列在字库区的列表框,用来方便用户点选正确的汉字。 显示区:用来显示用户在字库区勾选的汉字。 如果字库区没有用用户想要的汉字,那么在编辑区下面有一个清除按钮,用户点击后重新写入,尽量写的工整一些。最后用户想要的字都出现在显示区内,用户复制后就可以得到想要的汉字。 -The software' s main functio
MyTab
- 一个TAB类。可以实现列表框的动感显示。需要配合添加通用类来完成整个TAB的功能。 属于VC++可重用代码。-A type TAB. Can show the dynamic list box. Add the need to meet the general category to complete the TAB function. Belonging to VC++ to reuse the code.
TreeListSwitchDialog
- Vc++编写的,用对话框中的树列表来切换右边的显示内容,值得一看的-Vc++, prepared using the tree list in the dialog box to display the contents of the right switches, see the
listBoxTooltip
- 当鼠标放在列表框上的每一行时,就会显示每行的全部信息-when you move the mouse to the listbox ,a tooltip will be show to you !