briscobrown
New member
- Joined
- Aug 10, 2007
- Messages
- 3
- Programming Experience
- Beginner
I apologize upfront for asking what I assume many would consider an idiotic question, but after trying for several hours to figure this out, my pride has diminished, and I accept I am an idiot
I am extremely new to this so please forgive me if my terms are not correct, I will try to explain this as simply as I can. My question is as follows:
I have a windows application with a MDIparent form. On this form I have a menustrip. The menu has several options, all of which contain what I would call submenus, or dropdown lists. These dropdown lists also contain additional dropdown lists...
example:
I have 8 menu items ; click item; 6 submenuitems ; click item; 4 submenu items; click to open form. My problem is that when I try to set the form as a child form, it opens as an SDI. How do I make this a childform? Also, if this can be a child form, Can the additional items in the third dropdown lists be child forms also?
I hope what I have asked is not too confusing.
Thank you for your time
Kelly
I am extremely new to this so please forgive me if my terms are not correct, I will try to explain this as simply as I can. My question is as follows:
I have a windows application with a MDIparent form. On this form I have a menustrip. The menu has several options, all of which contain what I would call submenus, or dropdown lists. These dropdown lists also contain additional dropdown lists...
example:
I have 8 menu items ; click item; 6 submenuitems ; click item; 4 submenu items; click to open form. My problem is that when I try to set the form as a child form, it opens as an SDI. How do I make this a childform? Also, if this can be a child form, Can the additional items in the third dropdown lists be child forms also?
I hope what I have asked is not too confusing.
Thank you for your time
Kelly