Click here to Skip to main content
15,881,044 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please how can I scroll controls.I need to. develop. an app in which controls will be created. at run time.Deoending on users, the controls may go past the window limit.Please how can one scroll controls.I. mean how do I code WM_PAINT for controls in responce to scrolling.
Posted

1 solution

There are a number of ways to do this sort of thing. I would suggest that you develop your app using a view of some sort (and put the controls on the view) instead of putting them on a dialog, which does not scroll.
 
Share this answer
 
Comments
Gbenbam 1-Feb-14 18:35pm    
can you kindly suggest a view you might think of using?
H.Brydon 1-Feb-14 19:12pm    
This is really basic stuff. You need to do a little more effort on your part...

If you want MFC, look at how to use CFormView. There should be a bazillion examples out there.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900