Hello
I am new to .net cf and would like some advice about how to approach the following:
An application over several forms, each form has a MainMenu item that makes visible (or invisible if already visible) a leftdocked control, which is a third party outlookbar. It should also become invisible when one of its items is selected.
The next time the menu appears, I would like for the previous selection to still be highlighted.
I tried this using a UserControl which is just the component, but not have been able to make this work properly using the visible property.
Any advice on how I can achieve this would be greatly appreciated.
Thanking you in advance.

I am new to .net cf and would like some advice about how to approach the following:
An application over several forms, each form has a MainMenu item that makes visible (or invisible if already visible) a leftdocked control, which is a third party outlookbar. It should also become invisible when one of its items is selected.
The next time the menu appears, I would like for the previous selection to still be highlighted.
I tried this using a UserControl which is just the component, but not have been able to make this work properly using the visible property.
Any advice on how I can achieve this would be greatly appreciated.
Thanking you in advance.