Toolbar and MDI app (problem solved)

Miron the Master miron-the-master@usa.net
Fri Feb 6 05:59:00 GMT 1998


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".



More information about the Cygwin mailing list