搜索资源列表
easysize_demo
- 要让对话框中的控件随着对话框大小的变化进行自动调整,是一件很头疼的事情,需要在WM_SIZE的响应函数中对所有的控件用MoveWindow()或者SetWindowPos()设置其变化比例,极其繁琐。EasySize是一个很好解决方案,用一些宏封装了内部的实现机制,使用起来方便快捷。-To make the dialog box changes the size of the control with the dialog box to automatically adjust is a ver
dialog
- 基于MFC界面的对话框大小的调整,可以动态的调整对话框中控件大小-the width and the heigth of MFC
easysize
- 本程序能让对话框中的控件随着对话框大小的变化进行自动调整-This program allows the controls in the dialog box to automatically adjust with the changes in the size of the dialog box