本文介绍了如何控制“系统创建”? VC ++中的滚动条?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我创建一个普通的Frame,没有滚动条;然后我将一个位图加载到这个Frame中,

位图太大,以致系统自动创建滚动条,我想控制这个滚动条,例如,获取它的CWnd ,然后做CWnd :: GetWindowRect(myRect)



是否可以控制系统创建滚动条??

谢谢!

I create a plain Frame, there is no scrollbar; then I load a bitmap into this Frame,
the bitmap is too big so that system create scrollbar automatically, I want to control
this scrollbar, for example, get its CWnd, and then do CWnd::GetWindowRect(myRect)

Is it possible to control "system create" scrollbar" ??
thanks!

推荐答案


这篇关于如何控制“系统创建”? VC ++中的滚动条?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 21:06