[comp.windows.ms.programmer] Windows Question

raab@novavax.UUCP (Moshe Raab) (04/14/91)

 
I am trying to write my first Windows application. In this
application I need to create a DIALOG that has several controls.
The first three are fixed and edit text controls. The last two
are control buttons (Ok and Cancel). I'd like to put a scrollable
control in the middle that conatins 20 lines of eight fields
each. I want to display only five rows at a time within the
"window" of 20 rows. I suppose it is similar to a list box, but
instead of a text field for each row I need eight edit fields.
Is there a way to create this using the Dialog Editor?
If so, how? If not, how can I accomplish this?
 
Moshe Raab

raab@novavax