dfreas@gmail.com wrote:
[color=blue]
>I'm using Bloodshed Dev-C++ to write a program used to calculate orders
>for my business. Until recently a command line program has been
>sufficient but it is beginning to become cumbersome so I've switched to
>writing a windows program and am learning the API as I go. If I use a
>term wrong correct me - my experience in windows programming is
>limited, I do however understand C++ fairly well as I've been using it
>for about four years.
>
>I want to be able to add controls at runtime to my main window - which
>I have succesfully done. The number of controls is dependant on the
>customer's order size. For small orders the program works fine. The
>problem is for larger orders where the EDIT controls extend far beyond
>the bottom of the window. I need to make the window scrollable.[/color]
I don't know anything about Bloodshed Dev-C++, but can't you use
something like a list control (CListCtrl in MFC)?