Xref: utzoo comp.windows.ms:11473 comp.windows.ms.programmer:1837 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!rex!uflorida!novavax!raab From: raab@novavax.UUCP (Moshe Raab) Newsgroups: comp.windows.ms,comp.windows.ms.programmer Subject: Windows Question Keywords: Windows, Dialog Message-ID: <2324@novavax.UUCP> Date: 14 Apr 91 02:30:22 GMT Organization: Nova University, Fort Lauderdale, FL Lines: 17 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