vb.net - Dont hide a menu/menuitem on click -


i using vb.net , don't want use wpf.

i have menustrip having many menus.

these menus have many menuitems.

when click on menuitem show new form user.

when user finish work , return main form should able see menu while left main form.

i mean when click on menuitem menu closes. don't want close.

it more confusing users having menu never closes because defies expected behaviour. better off using 1 of other controls suggested.

every operating system (windows, mac etc) define standard set of controls reason - enforce consistency , predictability across multiple applications. it's why know menu find command. microsoft, apple etc produce "design standards" documents specify baseline way user interacts app.

if user selects menu , menu never closes, user think application broken.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -