搜索资源列表
从CWnd继承,完全自绘的滚动条控件
- 从CWnd继承,完全自绘的滚动条控件,接口和CScrollBar完全一致-Inherited from CWnd, completely self-painted scroll bar controls, exactly the same interface and CScrollBar
SCrollBar
- 完全自绘的ScrollBar,完美实现滚动条功能-Completely self-painting of the ScrollBar, the perfect realization of the scroll bar function
scorllBitmapWnd
- 自绘带滚动条的显示图片控件,需要OnLButtonDown消息需要WS_CHILD | WS_VISIBLE | SS_NOTIFY 窗口样式 使用方法: DWORD lStyle = WS_CHILD | WS_VISIBLE | SS_NOTIFY m_PicShowWnd.Create(_T(""), lStyle, CRect(5, 5, 100, 30),this,102) m_PicShowWnd.ShowWindow(true) 通过程序控
SkinControls
- 自绘 MFC 各种基本控件,包括png,jpeg库,文本框、编辑框、滚动条、滑块、按钮、进度条、菜单、富文本框、单选框、列表框、对话框等常用控件-Self-drawn MFC variety of controls, including png, jpeg library, text boxes, edit boxes, scroll bars, sliders, buttons, progress bars, menus, rich text boxes, radio buttons, lis
MFC
- 这份源文件是基于VC下的MFC工程做的常用控件测试,通过一个的对话框展示了十来种控件编程使用方法,包括滚动条和文本框的同步方法,列表框扫描文件夹,自绘控件等,是零零碎碎的时间做的,希望进入MFC的小伙伴们喜欢-The source file is used under the control of the VC MFC engineering based testing, through a dialog box shows a dozen control programming method
ddbver
- 用钩子处理窗口的滚动条,实现自绘的窗口滚动条()