Results 1 to 4 of 4

Thread: Duplicating Menus In all forms ?

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2007
    Posts
    11

    Duplicating Menus In all forms ?

    I have 6 forms in my VB application, and i need the same menus in all 6 forms , is there a way to have the same menus repeat in all the forms of my project ?

    Thanks.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Duplicating Menus In all forms ?

    No...you would need to create the menu for each form.

  3. #3
    Registered User RaviIntegra's Avatar
    Join Date
    Mar 2007
    Location
    Pondicherry, India
    Posts
    125

    Re: Duplicating Menus In all forms ?

    Better you go for and MDI form in your project, the MDI form is common to all your forms.

    Otherwise you should create the menu for each form.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Duplicating Menus In all forms ?

    You could also create one Menu form that all forms use.

    The coding for that, however, gets tricky.

    I think it would be easier to just code each form with a menu.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width