Hi,

My requirement is,

Read *.bmp image and displaying bitmap image with scrollbar in a MFC dialog application.
I was done using this

I was read the *.bmp image as a pixel data and stored by 2D Array,

Now i want to Display this 2D array as bitmap image with scrollbar separately in the same dialog. How can i display bitmap with scrollbar using 2D array?

Pls clear me.