home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4894 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  986 b 

  1. Path: sparky!uunet!munnari.oz.au!comp.vuw.ac.nz!waikato.ac.nz!aukuni.ac.nz!tantrum
  2. Newsgroups: comp.os.ms-windows.programmer.misc
  3. Subject: Scrolling a Dialog Box
  4. Message-ID: <1993Jan12.220611.24591@ccu1.aukuni.ac.nz>
  5. From: tantrum@ccu1.aukuni.ac.nz (Michael Tantrum)
  6. Date: Tue, 12 Jan 1993 22:06:11 GMT
  7. Organization: University of Auckland, New Zealand.
  8. Keywords: scrolling,Dialog
  9. Summary: Scrolling a Dialog Box
  10. Lines: 18
  11.  
  12. I have a problem with a dialog box that I have created.  I want a variable
  13. number of controls, mainly edit and static text controls.  Since I can't
  14. create all these in the resource editor, I think I have to use CreateWindow.
  15.  
  16. The problem comes when I create more controls than can be seen on the Dialog
  17. Box at once.  How do I connect a scroll bar to the box?  With a window, I
  18. put the scroll bar in the scroller field.  However, I cannot do this with a
  19. dialog box (or can I?).
  20.  
  21.  
  22. Thanks in advance,
  23.  
  24. Michael.
  25.  
  26. tantrum@mat.aukuni.ac.nz
  27. tantrum@ccu1.aukuni.ac.nz
  28.  
  29.  
  30.