|
-
Apr 11th, 2007, 08:54 AM
#1
Thread Starter
New Member
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.
-
Apr 11th, 2007, 09:07 AM
#2
Re: Duplicating Menus In all forms ?
No...you would need to create the menu for each form.
-
Apr 11th, 2007, 09:10 AM
#3
Registered User
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.
-
Apr 11th, 2007, 09:21 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|