[comp.windows.ms.programmer] Actor 3.0 and MDI trouble

pena@fuug.fi (Olli-Matti Penttinen) (11/02/90)

  How does one minimize a MDI child window?  I can't find a message
related to that.  The Whitewater supplied windows.h mentions 17
MDI messages: from WM_MDICREATE 0x0220 to WM_MDISETMENU 0x0230.

  I would like to initially create several MDI childs in a particular
order for Windows menu (fine), activate the first one (clumsy, but
works) and iconize every other window (no such luck).

  Another problem I'm experiencing: perfectly working editor windows
with scrollbars lose their bars when modified for MDI use?  I create
these with a WM_MDICREATE call to to client with WS_OVERLAPPED |
WS_VSCROLL | WS_HSCROLL appropriately set in the client struct.  Am I
overlooking something?

Thanks,

  ==pena
--
Olli-Matti Penttinen <pena@fuug.innopoli.fi>
Brainware Oy                      "When in doubt, use brute force."
Tekniikantie 17                      --Ken Thompson
02150  ESPOO, Finland   Tel. +358 0 4375 320   Fax. +358 0 4553 117