From: miron-the-master AT usa DOT 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" 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 AT usa DOT net - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".