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?