Re: Scrolling Scaled Bitmaps
Can you tell me how you did that ?
(Adding scroll bar to a bitmap displayed using setdibitstodevice? )
thankx
<br
Re: Scrolling Scaled Bitmaps
the following code under the OnDraw function draws a bitmap (un-scaled) with working scrollbars:
<pr
Re: Scrolling Scaled Bitmaps
Hi
Thankx for your explanations. I still have some problems.May be once I explain it, things wld be clearer. I have a bitmap on a dlg box, which am using SetDIBitstoDevice to display. From the resource I have place a horizontal and vertical scroll bars. My plan is to trap these scrll bar images to make the image scroll.
But I am struck up there. How do I "connect" the bitmap to the scroll bars ?
Can you please expalin me how you did that in you app ?
Is the way am doing is right ? Or is there any better way of doing it ?
Thankx in advance