|
-
Oct 24th, 2003, 06:12 AM
#1
Thread Starter
Junior Member
visual inheritance
hello
I've a problem with my designer when I use visual inheritance.
I've executed the following steps :
1. make a base form with a MainMenu and execute it to a .dll-file
2. make a derived form
3. in the derived form, I added new MenuItems to the MainMenu.
4. build and execute this project
5. the new MenuItems are visible in the application
When I close the application and turn back to the designer, the new MenuItems are not visible !
What do i wrong ? Can anyone explain this to me ?
thanks
Kris
-
Oct 24th, 2003, 11:25 AM
#2
PowerPoster
It is actually the designer if I remember right.
Below the form you should see your menu object that you added. Select it, and your menu should show up on the form for you to edit.
I think this might be the problem your having...
-
Oct 24th, 2003, 01:16 PM
#3
Thread Starter
Junior Member
ok, but i see only my MainMenu (like i've made in the base form) but i didn't see the new menuItems (been added in the derived form) after running the project.
When i go to #Region " Windows Form Designer generated code ", i can see the code for the menuItem
Kris
-
Oct 24th, 2003, 02:06 PM
#4
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
|