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