Hi
I'm writing an application where at some point i have to display many controls (one CStatic,one CProgressBar,one CProgressBar or a row, and i have to display many rows). The problem is that not all the rows fit into the dialog. How can i add a scroll bar to the dialog in order to see all of the controls. The controlls are dynamic allocated.

Thx.