
Moving Menus from one form to another (Without MDI)
Let me clarify a point I forgot to mention - I want to do this without
MDI forms, as I want the main form (see below) to be similar to the VB4
main form, so when it is maximised, it doesn't take up the entire
screen.
This is what I posted earlier...
I was wondering if anybody knows how to 'move' a menu bar from one form
to another. Say I had a main form with the menu bar on it, depending on
what form was open the entire menu bar would change accordingly. The
form that is open actually holds the menu bar, and it should get moved
to the main form. Then if a different form is opened, then the different
menu bar is moved from it to the main form.
I've worked out how to move the actual menu 'labels' etc, but the
relevant code doesn't go with it... Can this be achieved with API calls,
or am I using the wrong ones??
Craig