Hello.

I have strange issue in use class library compiled as com interop.
basically library just show form with MenuStrip control.
When i test in .net test project in MenuStrip everything works fine.
Issue appear when form called from VB6. .net Form appears on screen. With mouse i can select menu items and menu drops to down. but on some menu items menu just drops. i move mouse to down. normally it should to select toolstripmenuitem over it mouse move. but is not appear. I can select menu toolstripmenuitems only from keyboard keys. I see only, that problem appeared when some menu items have not empty DropDownItems Collections. Just remove child DropDownItems Collections from some toolstripmenuitem and it menu begins works normally with mouse hover and selection toolstripmenuitem under mouse.

Please any suggestion. How to correct this behavior? Already try http://msdn.microsoft.com/en-us/library/ms229609.aspx
but doesn’t not help

.net 2 sp2