Hi Herfried K. Wagner,
Me.Menu = Nothing disappear the menu, but I only want to disable the menu
because I still want to use the menu after disable it.
"Herfried K. Wagner [MVP]" wrote:
> "Li Pang" <(E-Mail Removed)> schrieb:
> > I used MID forms, when a menu is called, I don't want any menus will be
> > called until the current one is completed. I'd like to know the way to
> > "disable" MainMenu. I don't want to use Me.Enabled = false, bucause it
> > makes
> > a drawback on the child form.
>
> \\\
> Me.Menu = Nothing
> ///
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
>
>
|