Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Custom Form Designer. Load menu problems.
 

Custom Form Designer. Load menu problems.

Hi all.

I am doingmy Custom Form Designer. As basis I used MS example DesignerHosting. I downloaded it from here http://support.microsoft.com/?id=813808. But this code don'tbe able toload Reference objects.SoI realized this feature. But Igetproblem with loading a menu.

For example whenI put MenuStrip on the form and save it desiner writesmenu itemsasReferenceobjects. But when I load menu back I found out that all items are loaded, but menu don't visible on the form.If I look atproperty MainMenuStrip of formI canseethat this property is initialized and menu contents all itemsbut menu stay don't visible.

Can somebodyexplainthis feature?
_Vladislav_  Saturday, May 09, 2009 7:44 AM

Hi,

Please make sure that the Visible property of the MenuStrip is set to true.


Please remember to mark the replies as answers if they help and unmark them if they provide no help. end us any feedback you have about the help from MSFT at fbmsdn@microsoft.com.
Linda Liu  Friday, May 15, 2009 10:08 AM

You can use google to search for other answers

Custom Search

More Threads

• Interfaces and User Controls with Designer
• Capturing the mousedown event for a groupbox--possible?
• NOBODY SEEMS TO KNOW HOW TO Create customized project item templates.
• how to set the start page?
• Pass parameters from designer to autogenerated controls
• design time bug?
• How to know if a component is dragged to the designer surface?
• Multiline Attribute used in TextBox.Text property
• edit subitems in listview control using ATL/WTL
• How do I read data from a ComboBox. Wher is there information on programing a ComboBox