询问者
SDK中的Edit控件 滚动条 求助~~~~~~

问题
全部回复
-
已经解决了这个问题,
今天早上看msdn瞄到上面的一句话:
Certain window data is cached, so changes you make using SetWindowLong will not take effect until you call the SetWindowPos function. Specifically, if you change any of the frame styles, you must call SetWindowPos with the SWP_FRAMECHANGED flag for the cache to be updated properly.
改完样式后,用SetWindowPos刷新下就ok了
哈哈哈