From: miron-the-master@usa.net (Miron the Master)
Subject: Re: Toolbar and MDI app (problem solved)
6 Feb 1998 09:48:14 -0800
Message-ID: <01bd3303$b83d8580$LocalHost.cygnus.gnu-win32@ppp>
Mime-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
To: "GNU-Win32 Mailing list" <gnu-win32@cygnus.com>

Hi all,
I wanted to say that i've finally made that toolbar to work.
I just had to change the MDI client area. I've added this code to my
callback
function:

    WM_SIZE:
        (...)
        MoveWindow(MDIClient, 0, 30, LOWORD(lParam), HIWORD(lParam)-30,
TRUE);
        break;

Daniel Mironowicz        miron-the-master@usa.net

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
