News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

on what circunstances does WM_MDIICONARRANGE doesnt work?

Started by xandaz, November 22, 2020, 01:01:20 AM

Previous topic - Next topic

xandaz

   Hi there. I have this mdi app. when i click WM_MDIICONARRANGE nothing happens. Can someone tell me why?
        .elseif ax==IDB_ICON
icon_arrange:       
            invoke  SendMessage,hMdi,WM_MDIICONARRANGE,0,0

hutch--

This is from MSDN.

An application sends the WM_MDIICONARRANGE message to a multiple-document interface (MDI) client window to arrange all minimized MDI child windows. It does not affect child windows that are not minimized.

xandaz

   Ok... i thought it arranged maximized windows into icons. Thanks hutch  :thumbsup: :thumbsup: