ivanomonti Expert Licensed User Longtime User Apr 15, 2020 #1 ciao ragazzi come da titolo vorrei anzi desidero un aiuto, come posso eliminare una voce di menù da codice in esucuzione?
ciao ragazzi come da titolo vorrei anzi desidero un aiuto, come posso eliminare una voce di menù da codice in esucuzione?
LucaMs Expert Licensed User Longtime User Apr 15, 2020 #2 Pui disabilitare o rendere invisibile un menu: B4X: For Each Menu As MenuItem In MenuBar1.Menus If Menu.Text = "Frechete" Then ' Menu.Enabled = False Menu.Visible = False End If Next
Pui disabilitare o rendere invisibile un menu: B4X: For Each Menu As MenuItem In MenuBar1.Menus If Menu.Text = "Frechete" Then ' Menu.Enabled = False Menu.Visible = False End If Next
ivanomonti Expert Licensed User Longtime User Apr 16, 2020 #3 LucaMs said: Pui disabilitare o rendere invisibile un menu: B4X: For Each Menu As MenuItem In MenuBar1.Menus If Menu.Text = "Frechete" Then ' Menu.Enabled = False Menu.Visible = False End If Next Click to expand... Grazie pensavo si potesse eliminare, cmq ottimo
LucaMs said: Pui disabilitare o rendere invisibile un menu: B4X: For Each Menu As MenuItem In MenuBar1.Menus If Menu.Text = "Frechete" Then ' Menu.Enabled = False Menu.Visible = False End If Next Click to expand... Grazie pensavo si potesse eliminare, cmq ottimo