搜索资源列表
BeautifulFace
- 一个华丽的界面 使用方法 方法一: ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ) //设置图标 方法二: 不用上面的,但是要去掉对话框的title属性 void CPageDlg::OnPaint() { if (IsIconic()) { ... } else { // CDialog::On
DDB2
- 在MFC对话框中显示一幅图片,CBitmap类的使用,也就是设备无关位图的使用-show a picture using MFC dialog.It s about the application of class CBitmap,or we can say it s about the application of DDB