home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / os2 / programm / 6327 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  1.4 KB

  1. Path: sparky!uunet!know!mips2!cass.ma02.bull.com!think.com!ames!agate!stanford.edu!rock!taco!garfield.catt.ncsu.edu!harris
  2. From: harris@garfield.catt.ncsu.edu (Michael Harris)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: Need help with WinSetWindowPos
  5. Message-ID: <harris.721445487@garfield.catt.ncsu.edu>
  6. Date: 11 Nov 92 01:31:27 GMT
  7. References: <721396853snx@roboco.UUCP>
  8. Sender: news@ncsu.edu (USENET News System)
  9. Organization: North Carolina State University
  10. Lines: 16
  11.  
  12. green@roboco.UUCP (Anthony Green) writes:
  13.  
  14. >So far, the target windows are moving to the proper location but I am
  15. >having some difficulty with resizing them. It looks as if the frame
  16. >window is resizing, but none of its children are.
  17.  
  18. The window you are resizing has to have code in it to resize all of its child
  19. windows.  The frame window will only resize its children which have the
  20. following window ID's:  FID_SYSMENU, FID_TITLEBAR, FID_MINMAX, FID_CLIENT,
  21. FID_HSCROLL, FID_VSCROLL.  (I may have missed one.)  It will not resize any
  22. other.  It is up to the writer of the application to support resizable windows.
  23.  
  24. ______________________________________________________________________________
  25.      Michael Harris - harris@catt.ncsu.edu or harris@carvm3.vnet.ibm.com
  26.  System Administrator, Computer & Technologies Theme Program, NC State Univ.
  27. (My opinions are my own and do not represent those of NCSU or IBM Corporation)
  28.