[RESOLVED] MainMenu on Form
Hey
Just a quick question...
On my form I have a MainMenu control with lots of options in it. Is there a way to close this menu after a certain period of time?
At the minute, the user has to click on the menu again to close it. I was hoping to make it auto-hide after say 10 seconds.
Thanks
Gary
Re: [RESOLVED] MainMenu on Form
Hey Pete,
I have got this to work really well, and what I am trying to avoid is adding a timer to each form that I have. How can I add this functionality to each mainmenu control that I have? I am familiar with the concept of inheritance, and I already have a FormBase which all the other forms derive from, but as soon as I put the P/Invoke in there, I get a message on the inherited form that visual inheritance is disabled since I am using a P/Invoke.
How can I get round this?
Thanks
Gary