Hi,

I want to some pictures(icons) on a window and I want to be able to scroll the window.
I added the WS_VSCROLL style to the main window the one created in WinMain but apparently I cannot scroll the images.
Is this normal? If it is what kind of window should I create on it to be able to add pictures on it and scroll the page?

Thank you.