home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!munnari.oz.au!comp.vuw.ac.nz!waikato.ac.nz!aukuni.ac.nz!tantrum
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Scrolling a Dialog Box
- Message-ID: <1993Jan12.220611.24591@ccu1.aukuni.ac.nz>
- From: tantrum@ccu1.aukuni.ac.nz (Michael Tantrum)
- Date: Tue, 12 Jan 1993 22:06:11 GMT
- Organization: University of Auckland, New Zealand.
- Keywords: scrolling,Dialog
- Summary: Scrolling a Dialog Box
- Lines: 18
-
- I have a problem with a dialog box that I have created. I want a variable
- number of controls, mainly edit and static text controls. Since I can't
- create all these in the resource editor, I think I have to use CreateWindow.
-
- The problem comes when I create more controls than can be seen on the Dialog
- Box at once. How do I connect a scroll bar to the box? With a window, I
- put the scroll bar in the scroller field. However, I cannot do this with a
- dialog box (or can I?).
-
-
- Thanks in advance,
-
- Michael.
-
- tantrum@mat.aukuni.ac.nz
- tantrum@ccu1.aukuni.ac.nz
-
-
-