资源列表
Socket
- 本资料是刷卡后联系上位机数据库的练习源码,基本的工作流程,容易理解,全面把握-After this information is credit card link PC database practice source, basic workflow, easy to understand and master
PartTransparent
- 是有Visual c++编程实现半透明窗体,渐入渐出效果-Visual c++ programming is translucent windows, fade out effect
Ex_CtrlSDI_Pro
- 一个基于MFC的城市邮政编码录入程序,加入了自己一些特殊的功能。 基于MFC编写一个对话框程序。可实现功能: 1) 单击“添加”按钮,将城市名和邮政编码添加到列表框中。过程中,需判断所添加项是否与列表已有项重复。 2) 单击“修改”按钮,将以城市名作为列表框的查找关键字,找到后修改其邮政编码内容。 3) (Pro)单击“输出TXT”按钮,将列表框中全部城市及邮政编码以txt文本输出。-An MFC-based urban zip code entry procedures, ad
Ex_Array(Pro)
- 一个基于MFC的界面程序,可读取文档数据并显示(Pro) 基于MFC编写单文档应用程序。可实现功能: 1) 单击“文件”按钮,点击“打开”,可以实现文本文档的正确显示。 2) (Pro)字体颜色为黄色,字体背景颜色设为蓝色。 -MFC-based interface program, document data can be read and displayed (Pro) to write a single document application based on MFC.
Ex_Form(Pro)
- 一个基于MFC的窗口程序,可在单文档应用程序中添加表单视图 基于MFC编写单文档应用程序。可实现功能: 1) 单击“文件”按钮,点击“打开”,可以实现文本文档的正确显示。 2) 可滚动右侧滚动条实现文本的上下滚动显示。 3) (Pro)滑动三个滚动条能实现RGB三原色的视图背景可调显示。 -MFC-based program window, you can add in a single document written application form view singl
SQL
- SQL与VC6.0的连接,VC6.0界面下对数据库的导入,管理和使用,可进行WAV文件的播放和文本文件的打开等操作-Under SQL connection with VC6.0, VC6.0 interface to import, manage, and use of the database, can be open to play WAV files and text files and other operations
WinMain
- 自己编写的Win32小程序,对于初学者有用,加深对Window程序框架的理解。-This is a program that writted by myself for those who want to learn Win32Application as a beginner. Just take it, and it maybe helpful for you.
code
- 如何设置列表控件的显示方式 使用Visual C++编译完成 -How to set up a list control display mode
code1
- 如何限制编辑框只能输入数字 使用VisualC ++编译完成-How to limit the edit box can only input Numbers
code2
- 如何在列表控件中插入行 使用visual C++编译完成-How to insert row in the list control
code3
- 如何在列表框中添加水平滚动条 使用visual C++编译完成-How the horizontal scroll bar is added in the list box
code4
- 如何在组合框中显示文件列表 使用visual C++编译完成-How to display file list in combo boxes,