资源列表
GetFolderDialog
- GetFolder_Demo get dialog for getting folder
bitmapopen
- vc下对打开对话框进行了改装,可以实现预览图形。
pic
- 绘制对比直方图和折线图,保存控件上绘制的图片-Draw a line chart and histograms, save the picture drawn on the control
SplitterDlg_src
- 对话框窗口分割,实现对话框程序的分割的源码程序- The CSplitterDialog class adds splitter capabilities to a dialog, much like the MFC CSplitterWnd class does to a child frame.
tip
- 利用VB建立 日积月累 窗口,利用VB建立 tip 窗口-Using VB establishing ' over time' window
lrocess
- 一个简单的防火墙,有简单的网络流量监控,和对进程的管理功能,-A simple firewall, a simple network traffic monitoring, and function of the management of the process,
HTZ2
- 对面临毕业的人们和找工作的人以及准备跳槽的人们一定很适用-People to face graduation and job and career move people must be very applicable
view-file-properties
- visual basic 编写的文件操作_查看文件属性,我从网上下载的代码,以便自己学习之用-visual basic file operations _ written view file properties, I downloaded the code to their own learning purposes
BFF_src
- 一个完善的SHBrowseForFolder封装类-a perfect SHBrowseForFolder Packaging Category
bltrix_postorder
- this a demo program this a demo program-This a demo program this a demo program
ResizeDlg
- 使用说明: 1) 如果子窗口只是简单的位置移动, 可以只使用 RST_LAYOUT 样式(共9种) 2) 如果子窗口需要随父窗口一起等比例缩放, 可以 使用 RST_LAYOUT 与 RST_RESIZE 的样式组合, 例如:RST_LAYOUT_TL | RST_RESIZE_H | RST_RESIZE_V 3) 如果子窗口需要按指定比例自由缩放, 必须使用 RST_FREE_ZOOM 样式 注意:RST_FREE_ZOOM 样式不能与前两种样式组合使用!