vnarod Posted May 16, 2002 Posted May 16, 2002 I have an MDI Form with menu items File and Help. Child form has menu Action. When child form is active, the "Action" menu is added to the end of MDI menu. Is there a way to make "Action" menu appear before "Help" menu? I tried playing with menuorder property but it doesn't seem to be working in case of MDI. Quote
Guest Perl Posted May 16, 2002 Posted May 16, 2002 U need to put a place in for the meun that you want and have its caption set to null, then you can reorder it np :) Quote
vnarod Posted May 16, 2002 Author Posted May 16, 2002 Are you suggesting creating a menu item mnuAction in MDI form? It does not work- menu item mnuAction from child form menu does not merge with the one in mdi form but appears in the end. It does not matter whether Text property set to the Action or Null Quote
Guest Perl Posted May 17, 2002 Posted May 17, 2002 I was jsut saying that from my 6.o experience and i have yet to change over a tid bit of legacy code with MDI forms, I will keep you informed though :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.