The following list includes application item tags that have been removed from LabVIEW either because the feature is no longer available or because it has been combined with another feature. If you create run-time menu (.rtm) files that include any of the items in the following list, LabVIEW automatically removes the items when it loads the run-time menu.
If you use a Menu Selection (App) Event or a Shortcut Menu Selection (App) Event to handle these tags, you must remove this code, or you can add a user menu item to be handled in a similar way. Alternately, you can programmatically add, delete, or inspect the menu items in the following list from the application menus using the functions Insert Menu Items, Delete Menu Items, or Get Menu Item Info, respectively.
![]() |
Tip Adding any of the items in the following list results in error 1437. Deleting or inspecting any of the items in the following list results in error 1162, the same error LabVIEW returns any time an item cannot be found. |
| Menu Item | Application Item Tag |
|---|---|
| _Configure Tags... | APP_DSC_TAGEDITOR |
| _Edit User Accounts... | APP_DSC_USEREDITOR |
| _Historical Trend Viewer... | APP_DSC_HTV |
| _Monitor Tags... | APP_DSC_TAGMONITOR |
| _Security | APP_DSC_SECURITY |
| Advanced | APP_DSC_ADVANCED |
| Build Application or Shared Library (DLL)... | APP_BUILD_STANDALONE_APP |
| Change _Password... | APP_DSC_CPWD |
| Edit VI Library... | APP_EDIT_VI_LIBRARY |
| Image Navigator... | APP_DSC_IMAGENAV |
| Interactive Server Tester... | APP_DSC_IST |
| Launch _Engine... | APP_DSC_ENGINE |
| Log_out | APP_DSC_LOGOUT |
| .NET Assembly References... | APP_DN_ASSEMBLY_REFS |
| Options... | APP_DSC_OPTIONS |
| Real-Time... | APP_REALTIME |
| RT Engine _Info | APP_RT_ENGINE_INFO |
| Save with Options... | APP_SAVE_WITH_OPTIONS |
| Server Browser... | APP_DSC_SRVBRW |
| Show Clipboard | APP_SHOW_CLIPBOARD |
| Show the LabVIEW Bookshelf... | APP_VIEW_PRINTED_MANUALS |
| Show _Toolbar | APP_DSC_TOOLBAR |
| Source Code Control | APP_SRC_CODE_CTRL |
| Startup _VIs... | APP_DSC_STARTUP |
| Switch Execution _Target | APP_SWITCH_EXEC_TARGET |
| Update VXIplug&play Drivers... | APP_UPDATE_VXI |
| User _Info... | APP_DSC_USERINFO |