[comp.windows.ms.programmer] WM_GETMINMAXINFO message

divo@hp-vcd.HP.COM (Mark Divittorio) (05/03/91)

   I have a question regarding the use of the WM_GETMINMAXINFO
   message.  I have successfully been able to set the maximized
   upper-left corner position rgpt[2] and the minimum tracking size
   rgpt[3].  The problem I am having is with the maximized size
   rgpt[1] and the maximum tracking size rgpt[4].

My expectation for the maximized size [1] should be the size of a
window when the maximize button is hit. The maximum tracking size [4]
should be the size set when the user is dragging the window frame.  My
difficulty is in making the two independent.  Setting either one
causes the other to be set also.  I can not get them to be different
sizes.  It appears as rgpt[1]=rgpt[4] always.  Can anyone shed light
on this for me ?

Help appreciated in advance....

divo@hp-vcd.HP.COM (Mark DiVittorio, OVID Inc.)