b1gjo3
Technical User
- May 17, 2008
- 1
hello, im creating a WC_STATIC control and i just have a couple questions about displaying a bitmap inside it with 2 scroll bars (vertical/horizontal)
i want to display the top left of the image at the static controls origin (0,0) without the image going past my desired width/height.
also how do i tell the static control to draw the bitmap with a specified range like i could with BitBlt (for implementing scroll bars)
also it seems there is no window message WM_STATIC for me to handle all these. someone please help me
i want to display the top left of the image at the static controls origin (0,0) without the image going past my desired width/height.
also how do i tell the static control to draw the bitmap with a specified range like i could with BitBlt (for implementing scroll bars)
also it seems there is no window message WM_STATIC for me to handle all these. someone please help me