Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以制作静态控件(win32)SS_BITMAP | WS_VSCROLL | WS_HSCROLL?
SS_BITMAP | WS_VSCROLL | WS_HSCROLL
我要做的只是在固定大小的静态控件上加载位图,如果图像大小大于控件的大小,则可以滚动它。
提前致谢!